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-06-07 08:28:30.102238-07 by simbabque in response to 13678
Re: Adding Headers to Call
1) Have a look at my post here: http://stackoverflow.com/questions/10380873/perl-getting-complete-request-from-soapwsdl-object/10409314#10409314 You might want to XML::LibXML for pretty printing.

print XML::LibXML->load_xml(string => $xml)->toString(1);
Direct Responses: Write a response