Just another Perl shrine | |
PerlMonks |
Re: SOAP::Lite Not returning expected resultsby rdfield (Priest) |
on Oct 14, 2004 at 08:42 UTC ( [id://399134]=note: print w/replies, xml ) | Need Help?? |
I've had lots of problems with SOAP::Lite 0.60 screwing up the representation of "complex" data structures, and have reverted to 0.55. For example, say my SOAP server returns a value containing an empty hash, return {};, in 0.60 the client sees '' (the empty string), whereas 0.55 returns {} as expected.
rdfield
In Section
Seekers of Perl Wisdom
|
|