Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Soap message turns to hash reference

by igelkott (Priest)
on Apr 06, 2013 at 23:27 UTC ( [id://1027311]=note: print w/replies, xml ) Need Help??


in reply to Soap message turns to hash reference

HASH(0x1e84ebc)

Looks like you just need to dereference the hash but you would probably get more information from seeing exactly what you're returning. Easiest way to do that would be to use use Data::Dumper; at the top and then print Dumper($res); at the bottom.

Replies are listed 'Best First'.
Re^2: Soap message turns to hash reference
by lmocsi (Novice) on Apr 06, 2013 at 23:38 UTC
    I did this in Apple.pm to see, what arguments it gets (@_):
    $VAR1 = 'Apple'; $VAR2 = { 'mycontent' => { 'otherstuff' => '' } };
    Where has the content gone?

        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? :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1027311]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-18 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found