in reply to
How to Parse SOAP::Lite response
Is there a WSDL file? I'd much rather use the
XML::Compile
family of libraries (e.g.
XML::Compile::SOAP11
,
XML::Compile::WSDL11
, and
XML::Compile::SOAP::WSS
for the wsse stuff).
Comment on
Re: How to Parse SOAP::Lite response
In Section
Seekers of Perl Wisdom