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-07-06 19:50:30-07 by noah in response to 11129
Re: wsdl2perl dumps stack on wsdl file
The WSDL is in rpc/encoded format; SOAP::WSDL currently only understands the document/literal format. It's possible (although unlikely) that the SOAP server to which you wish to send requests is capable of parsing messages in both formats, in which case you'd need to convert that WSDL to a valid document/literal file and then run it through wsdl2perl.pl. I'd recommend checking with the vendor before going down that road, tho; no sense it writing a conversion script if they can't support the request.

--n
Direct Responses: Write a response