Help for this page

Select Code to Download


  1. or download this
    #construct of soap data parameters
    my @reqresponse = SOAP::Data->name('RequestTroubleReportCreationRespon
    +se' => \@param)->prefix("tML-TA")->attr({'xmlns:tML-TA'=>'http://www.
    +ansi.org/tML/TA/tML-TA','xmlns:tML-TABase'=>'http://www.ansi.org/tML/
    +TA/tML-TABase'});
    ...
        -> proxy('https://url')
        -> receive($plainres, $security->value(\$userToken));
    #$userToken is for security
    
  2. or download this
    <SOAP-ENV:Body>
    <tns1:receive xmlns:tns1="http://eBonding/taservice/callback"><?xml ve
    ...
    +ansi.org/tML/TA/tML-TA" xmlns:tML-TABase="http://www.ansi.org/tML/TA/
    +tML-TABase">
    </tML-TA:RequestTroubleReportCreationResponse></tns1:receive>