Help for this page

Select Code to Download


  1. 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));
    
  2. or download this
    <tns1:receive>
    XML-DATA
    </tns1:receive>
    
  3. 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));