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 2012-03-29 08:51:25.346526-07 by mkutter in response to 13678
Re: Adding Headers to Call
Hi,

a) there used to be LWP::Debug, but it's deprecated - see https://metacpan.org/module/LWP::Debug on how to add a debugging handler to LWP::UserAgent.

b) You'll have to implement your own serializer - see https://metacpan.org/module/SOAP::WSDL::Factory::Serializer on how to do that (and use the builtin serializer as an example).

Best regards,

Martin
Direct Responses: Write a response