NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
On WSDL and SOAP::LIte (Score:1)
The fixes allow you to use relative paths to WSDL (yes, you can use WSDL without having to run a webserver too, and relative includes work too!) and to parse the way Python ZSI returns an array of items with the same name (normally, SOAP::Lite says, "hmm, dunno what this is - gotta be a hash", and proceeds to dump all but one of the items of the same name on the floor. The fix processes stuff like this as anonymous lists instead).
Haven't figured out just how I could release this; the ZSI stuff is a custom deserializer, so I guess I could release that separately, but the WSDL fix is actual patches to SOAP::Lite itself. Any ideas?
Reply to This
Re:On WSDL and SOAP::LIte (Score:1)