http://www.perlmonks.org?node_id=1024338


in reply to Problem with SOAP::Lite

I'm really a newbie to SOAP, and when I make this SOAP::Lite call, …

If you are new to SOAP, don't start with SOAP::Lite, it'll hurt.

I recently moved away from SOAP::Lite to XML::Compile and never regret a single second of that move: Easier setup, clearer errors, more reliable toolchain, reproducible test cases to name a few advantages. (Start with XML::Compile::WSDL11, XML::Compile::SOAP10 and XML::Compile::Transport::SOAPHTTP).


Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^2: Problem with SOAP::Lite
by Anonymous Monk on Mar 19, 2013 at 16:32 UTC