- or download this
my $xml = "-XML DATA-";
my $soap = SOAP::Lite
-> ns('http://eBonding/taservice/callback','tns1')
-> proxy('https://b2b-ace-uat.gcsc.att.com/soap/WsRouter')
-> receive($xml, $security->value(\$userToken));
- or download this
<tns1:receive>
XML-DATA
</tns1:receive>
- or download this
my $xml = "-XML DATA-";
my $soap = SOAP::Lite
-> default_ns('http://eBonding/taservice/callback')
-> proxy('https://b2b-ace-uat.gcsc.att.com/soap/WsRouter')
-> receive($xml, $security->value(\$userToken));