in reply to Re: Soap message turns to hash reference
in thread Soap message turns to hash reference

Unfortunately, I'm not that experienced to write a deserializer (which would simply return the soap body xml as a string). Can someone help me with this?

  • Comment on Re^2: Soap message turns to hash reference

Replies are listed 'Best First'.
Re^3: Soap message turns to hash reference
by Anonymous Monk on Apr 08, 2013 at 01:36 UTC

    Unfortunately, I'm not that experienced to write a deserializer (which would simply return the soap body xml as a string). Can someone help me with this?

    You don't need to write one, you can always access the raw http request/response

      How?

        Like shown in the links/cookbook, keyword is transport