in reply to $! and $@ peculiarities
You can pass any native Perl value through. It handles converting it to and from SOAP formats. You can pass XML through as a string or if your XML is based on Perl arrays or hashes you can pass those right through instead. In one of my programs it removed a hundred or more lines of Perl code on the client and replace it with about 10 lines (much easier to maintain..:). It also has a compression option which can save bandwidth.
The SOAP::Lite Cookbook can be found here if you are interested.
Cheers,
John
|
|---|