http://qs321.pair.com?node_id=876025


in reply to SOAP call tweaks required

I've been saying this over and over, so here it goes again.

SOAP::Lite should only be seen as an archeological module. It doesn't implement any of SOAP current uses. SOAP-Encoding should be considered deprecated (it's even removed from newer SOAP spec). XML::Compile::SOAP implements correct SOAP semantics. You can use SOAP::Simple to reduce the code overhead.

daniel

Replies are listed 'Best First'.
Re^2: SOAP call tweaks required
by Anonymous Monk on Dec 08, 2010 at 13:48 UTC
    I've been saying this over and over, so here it goes again.

    Maybe you should post links and code examples? The OPs code is only 25 lines :)

        How does that help the OP switch to the modules you recommend?