in reply to Caturing incoming XML from SOAP server
If $data is a hashref with a single KEY, and if the VALUE of that key is an XML string, you can get to that string with something like:
Give us more information on the contents of $data, if you need more help.my ($xml) = values %$data; # You can now write the contents of $xml to a file...
"I can cast out either one of your demons, but not both of them." -- the XORcist
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Caturing incoming XML from SOAP server
by gackles (Novice) on Feb 18, 2016 at 15:55 UTC |