in reply to
convert SOAP message to perl data structure
You could use something like
SOAP::Lite
. On the other hand, SOAP requests and responses are just XML. So, it is also easy to use
LWP
and
XML::Simple
.
Phil
Comment on
Re: convert SOAP message to perl data structure
In Section
Seekers of Perl Wisdom