- or download this
#!/usr/local/perl5/bin/perl
use SOAP::Lite+trace => 'all';
...
my $som = $soap->call('RetrieveList');
die $som->faultstring if ($som->fault);
print $som->result, "\n";
- or download this
#!/usr/local/perl5/bin/perl
use SOAP::Lite+trace => 'all';
...
my $som = $soap->call('RetrieveList');
die $som->faultstring if ($som->fault);
print $som->result, "\n";
- or download this
<soap:operation soapAction="RetrieveList" style="document"/>
<input>
...
<soap:body use="literal"/>
</output>
</operation>
- or download this
SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0x845c
+630)
SOAP::Transport::HTTP::Client::send_receive: POST http://<service_mana
+ger>:13080/SM/7/ws HTTP/1.1
...
Client-Response-Num: 1
<HTML><BODY>Not Authorized</BODY></HTML>