- or download this
use SOAP::Lite +trace;
use strict;
...
);
my $response = $client->fetchAndLock($temp_elements);
- or download this
SOAPAction: "http://somewebsite.net/RequestService/3?wsdl#fetchAndLock
+"
...
</SOAP-ENV:Envelope>
SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x3a3
+9974)
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal Ser
+ver Error
- or download this
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/" xmlns:ns="http://myid.jpmchase.net/request/service/3">
<soapenv:Header/>
...
</ns:fetchAndLock>
</soapenv:Body>
</soapenv:Envelope>