I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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