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


in reply to SOAP::Lite - UNKNOWN ARGUMENT

The SOAP service you're contacting is complaining about the soap request you're sending, so turn on soap debugging with pretty-printed xml , compare to an example of soap the service is expecting, and adjust your SOAP::Data calls to generate the correct request

SOAP::Simple is simpler, see Re^11: Soap::Lite and Complex Types with WSDL

Replies are listed 'Best First'.
Re^2: SOAP::Lite - UNKNOWN ARGUMENT
by albertoNex (Initiate) on Nov 21, 2011 at 16:58 UTC

    Thanks for your reply! I can't find Simpler module in my library nor in the ppm list, how can I use it?

      cpan BERLE/SOAP-Simple-0.00_03.tar.gz cpanp i BERLE/SOAP-Simple-0.00_03.tar.gz