Posted on 2009-11-02 06:33:48-08 by doleman in response to 11640
Re: Unable to pass parameter to JAVA Web service using SOAP::Lite
i think you have to set the ns parameter like:
$client->ns("http://whatever.org", "ns2"); $client->readable(1);
i had the same problem with a jboss service. look after the ns method here: http://search.cpan.org/~mkutter/SOAP-Lite-0.710.10/lib/SOAP/Lite.pm
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.