in reply to Re^3: SOAP: Escaping whole body
in thread SOAP: Escaping whole body
#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'}); my $soap_client = SOAP::Lite -> ns('http://eBonding/taservice/callback','tns1') -> autotype(0) -> proxy('https://url') -> receive($plainres, $security->value(\$userToken)); #$userToken is for security
<SOAP-ENV:Body> <tns1:receive xmlns:tns1="http://eBonding/taservice/callback"><?xml ve +rsion="1.0"?> <tML-TA:RequestTroubleReportCreationResponse xmlns:tML-TA="http://www. +ansi.org/tML/TA/tML-TA" xmlns:tML-TABase="http://www.ansi.org/tML/TA/ +tML-TABase"> </tML-TA:RequestTroubleReportCreationResponse></tns1:receive>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: SOAP: Escaping whole body
by Anonymous Monk on Jan 22, 2016 at 01:03 UTC |