If you are using LWP::UserAgent as it appears then you might just as well do something like:
You should read the XML::Simple documentation for more on how to control the parsed data structure.# .. your modules use XML::Simple; use Data::Dumper; # make request and get response; # ... my $data = XMLin($response->as_string); # the following just to show you the structure. print Dumper($data);
/J\
In reply to Re^5: convert SOAP message to perl data structure
by gellyfish
in thread convert SOAP message to perl data structure
by caribesoft
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |