http://www.perlmonks.org?node_id=711616


in reply to Re^2: Why SOAP::Lite Method call returned partially XML formatted?
in thread Why SOAP::Lite Method call returned partially XML formatted?

See Re^2: Why SOAP::Lite Method call returned partially XML formatted?

That is exactly what you would expect to happen. It has nothing to do with SOAP::Lite serialization. Basically USD_R11_WebService (or whatever its called) double encoded some xml (stuffed an entire xml document into <doSelectReturn xmlns=""></doSelectReturn> ). The response (an xml document) doesn't contain any AttrNam elements.

  • Comment on Re^3: Why SOAP::Lite Method call returned partially XML formatted?
  • Download Code