in reply to How to access elements that SOAP::Lite Returns

It sounds like your soap call is returning this data as a single raw XML string. You probably need to parse the XML using something like XML::Simple or XML::Parser.

  • Comment on Re: How to access elements that SOAP::Lite Returns