- or download this
my $response;
eval {
...
if ($@) {
print "Error: SOAP call died: $@. \n";
}
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope blah blah blah>
...
<MyMethod xsi:nil="true" />
</soapenv:Body>
</soapenv:Envelope>
- or download this
<soapenv:Body>
<MyMethod/>
</soapenv:Body>