in reply to Re^4: XML Parsing issue with SOAP::Lite (xml declaration)
in thread XML Parsing issue with SOAP::Lite (xml declaration)
Maybe SOAP::Trace helps you. At least you get to see the headers that get sent out. If all else fails, you can then try to send the same headers and body with LWP::UserAgent directly to better see what happens without involving SOAP::Lite.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: XML Parsing issue with SOAP::Lite (xml declaration)
by erwanhumez (Novice) on Mar 10, 2017 at 11:38 UTC |