Cagao has asked for the wisdom of the Perl Monks concerning the following question:
but the SOAP call is encoding it to...$service = SOAP::Lite -> uri('http://whatever/DSAccountService.asmx/') -> proxy('http://whatever/DS +AccountService.asmx'); $xml = "<test>poo</test>"; my $result = $service->AddAccount( xml => $xml} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite encoding xml
by szbalint (Friar) on Aug 02, 2007 at 15:36 UTC | |
|
Re: SOAP::Lite encoding xml
by spatterson (Pilgrim) on Aug 02, 2007 at 16:38 UTC | |
|
Re: SOAP::Lite encoding xml
by rahed (Scribe) on Aug 07, 2007 at 13:23 UTC |