in reply to Re: Displaying SOAP::Lite request XML
in thread Displaying SOAP::Lite request XML
Not quite as flexible as I was hoping, but it does the job. Thanks for pointing me in the right direction.use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ];
|
|---|