- or download this
#!/usr/bin/perl
...
my @results=@{$response->result};
print Dumper @results;
}
- or download this
<SOAP-ENV:Envelope
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
...
<getWebServiceInfo/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- or download this
<faultstring>Cannot find dispatch method for {}getWebServiceInfo</faul
+tstring>
- or download this
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/" xmlns:ssl="http://ssl.ws.epki.comodo.com/">
<soapenv:Header/>
...
<ssl:getWebServiceInfo/>
</soapenv:Body>
</soapenv:Envelope>