in reply to State of SOAP/WSDL support

I use SOAP::Lite as a server and a client with perl without problems.

SOAP::Lite is now under constant development (same with SOAP::WSDL).
Both modules are on CPAN: http://search.cpan.org/~mkutter/

and SOAP::Lite is hosted on SourceForge: http://sourceforge.net/projects/soaplite/
with a soaplite-devel mailing-list.

Replies are listed 'Best First'.
Re^2: State of SOAP/WSDL support
by drewbie (Chaplain) on Feb 27, 2008 at 21:45 UTC
    I'll check the SOAP::Lite mailing list, but my understanding was that SOAP::Lite has poor support for WSDL and document/literal format. Both of these are very important to my project, so poor support makes S::L a non starter. And last time I checked (admittedly a long time ago) S::L was quite slow, on the order of a few requests per second.