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

CColin has asked for the wisdom of the Perl Monks concerning the following question:

Hi I'm about to try writing a program to access a service that uses doc/literal. SOAP::Lite has all sorts of disclaimers about being hard to understand, not up to date, and not supporting doc/literal. So the question is what's the best way to approach this task?

Replies are listed 'Best First'.
Re: SOAP and Perl
by Khen1950fx (Canon) on May 31, 2009 at 19:35 UTC
    I prefer SOAP::Lite, but some prefer XML::Compile::SOAP. XML::Compile::SOAP is said to be a better fit for doc/literal. It probably is, but experiment with both. Go with the one that works best for you. See this post for a further discussion of the issue.