Kell has asked for the wisdom of the Perl Monks concerning the following question:
But after this i get the error message mentioned before. So I looked up in line 187 of Parser.pm.... <soap:Body><tns1:mySub><foo xsi:type="xsd:string">HELLO</foo></tns1:my +Sub></soap:Body></soap:Envelope> SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK ...
But this gives me the following error:#my $soap = SOAP::WSDL->new( # wsdl => 'http://localhost/wsdl/wsdl.xml', # ); #my $result = $soap->call('MySub', "foobar");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::LITE with WSDL /SOAP::WSDL won't work
by Corion (Patriarch) on Sep 29, 2010 at 11:48 UTC | |
by Kell (Initiate) on Sep 29, 2010 at 12:10 UTC | |
by Corion (Patriarch) on Sep 29, 2010 at 12:16 UTC | |
by Kell (Initiate) on Sep 29, 2010 at 17:45 UTC |