"there now is a good SOAP::Lite alternative" ?

Jonathan Lloyd webmaster at lifegames.org
Wed Dec 12 06:58:38 GMT 2007


I have been working with a very complex SOAP web service for the last year
and a half now, and after noticing severe problems with the SOAP::SOM object
of the SOAP::Lite module, I began using XML::Parser and
XML::Parser::EasyTree.  They were able to produce a data structure very
similar to the XML::Tiny module, and dramatically improved performance.  I
still use SOAP::Lite for the submission of SOAP data and the construction of
the request however.  Let me know if this helps!

On Nov 30, 2007 3:43 AM, Aaron Trevena <aaron.trevena at gmail.com> wrote:

> >From perlbuzz.com :
> http://use.perl.org/article.pl?sid=07/11/29/1432250&from=rss
>
> XML::Compile and XML::Compile::SOAP - looks nice - has anybody tried it?
>
> A.
>
> --
> http://www.aarontrevena.co.uk
> LAMP System Integration, Development and Hosting
>
>


-- 
Jonathan Lloyd


More information about the london.pm mailing list