in reply to SOAP message response
and latermy $response = $soap->call( ... )
-> deserialize(join '', $response)
You write:
I receive the response and It's supposed to be a data array
So, I'd expect either
ormy @response = $soap->call( ... ) ... ->deserialize(join '', @response)
my $response = $soap->call( ... ) ... ->deserialize(join '', @$response)
Did you check what $response / @response really is?
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|