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

I did this in Apple.pm to see, what arguments it gets (@_):
$VAR1 = 'Apple'; $VAR2 = { 'mycontent' => { 'otherstuff' => '' } };
Where has the content gone?

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

      Quite naturally ->result returns the result of the soap call (this was not much of a help).
      Meanwhile I came to realize that the problem must be around serialization at the server side. Any helpful thoughts on this? :)