- or download this
BEGIN {
sub SOAP::Transport::HTTP::Client::get_basic_credentials {
return 'username' => 'password';
}
}
- or download this
$service = MyInterfaces::AccMgrWS::AccMgrWSSoap->new({proxy => [$url,
+keep_alive => 1]});
...
);
my $result = $service->GetSometing(undef, \@headers);
- or download this
sub GetSometing {
...
}
}, $body, $header);
}