in reply to
Help sending and receiving XML request
Try
SOAP::Simple
seems to work ... its built on
XML::Compile::SOAP
/
http://perl.overmeer.net/xml-compile/#doc
, see
my treasure trove of soap examples and lost knowledge
,
$soap->transport->add_handler("request_send", \&pp_dump );
Comment on
Re: Help sending and receiving XML request
In Section
Seekers of Perl Wisdom