in reply to Re^2: Creating a perl object from a xml response
in thread Creating a perl object from a xml response

Well, I have no idea what that's supposed to do, but I'd suggest you either change your SOAP service to give a simpler response or pre-process the XML before handing it to XML::Simple. (Or post-process the resulting perl data.)
  • Comment on Re^3: Creating a perl object from a xml response

Replies are listed 'Best First'.
Re^4: Creating a perl object from a xml response
by cristianekw (Novice) on Jan 09, 2008 at 18:18 UTC
    What do you mean with pre-processing? Unfortunately, I canīt change the format that I receive from the server.
      I mean use an XML parser or XSLT to read it and spit out a new one.