- or download this
sub release {
my ($args) = @_;
...
);
return $response;
}
- or download this
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/" xmlns:ns="http://myid.somecompany.net/request/service/3">
<soapenv:Header/>
...
</ns:release>
</soapenv:Body>
</soapenv:Envelope>
- or download this
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/" xmlns:ns="http://myid.somecompany.net/request/service/3">
<soapenv:Header/>
...
</ns:release>
</soapenv:Body>
</soapenv:Envelope>
- or download this
my $response = $lite->call(
SOAP::Data->name('release')
...
SOAP::Data->name('result')->value($args->{result})-
+>type('string')
)),
);