in reply to Troubles accessing data using SOAP::Lite and WSDL service
This is not a direct response to your question but I have found that XML::Compile is pretty good at making SOAP easier for me.
If you have a WSDL, then I recommend using the explain method from XML::Compile::WSDL11 which will output the data structures in Perl for you to use and/or expect in the SOAP response.
|
|---|