- or download this
use SOAP::Lite;
...
my $header = SOAP::Header->name( 'auth' => $auth->result );
my $response = $client->private_method( $header );
- or download this
use SOAP::Lite;
...
my $header = SOAP::Header->name( 'auth' => $auth->result );
my $response = $client->private_method( $header );
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/enc
+oding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encod
+ing/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmln
+s:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://w
+ww.w3.org/1999/XMLSchema">
...
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>