estoque has asked for the wisdom of the Perl Monks concerning the following question:
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));
as you can see the namespace was removed.<tns1:receive> XML-DATA </tns1:receive>
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));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP: missing namespace
by Anonymous Monk on Feb 01, 2016 at 22:35 UTC | |
by estoque (Novice) on Feb 02, 2016 at 16:22 UTC | |
by Anonymous Monk on Feb 02, 2016 at 23:36 UTC | |
by Anonymous Monk on Feb 03, 2016 at 05:12 UTC |