I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-12-18 11:40:13-08 by joebloe
Deserializing SOAP Header fails, missing entries in typemap?
So my simple cgi server program has been failing to deserialize test messages sent from a simple client program, both using SOAP::WSDL and the same WSDL file. It was fairly quickly apparent that the deserialization failed because types were missing in the generated typemap module. It took me much longer to figure out that the missing types are those that are sent in the header. (I'm not necessarily a whiz all the time.) Apparently SOAP::WSDL doesn't think it needs header types in the typemap, even though it DOES generate classes for them. Am I right about this? This seems like a bug ...? Anyway I'm going to try adding the required types manually with --typemap_include and see if that solves the problem.
Direct Responses: 11985 | Write a response
Posted on 2009-12-19 09:38:16-08 by mkutter in response to 11981
Re: Deserializing SOAP Header fails, missing entries in typemap?
... this sounds like a bug - if the header is defined in the WSDL, it should also be included in the typemap.
Martin
Direct Responses: Write a response