- or download this
POST /services/svrLogin.asmx HTTP/1.1
Host: website.com
...
</GetCreds>
</soap:Body>
</soap:Envelope>
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope
...
</GetCreds>
</soap:Body>
</soap:Envelope>
- or download this
#!c:/perl/bin
use SOAP::Lite+trace => 'all';
...
-> call ($method => SOAP::Data->type('xml' => $xml));
print Dumper($soap);