in reply to SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="TargetCopyRequest">
A more complete example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel +ope/"> <soapenv:Body> <copy xmlns="http://www.strongmail.com/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Ta +rgetCopyRequest"> <fromId><id>123</id></fromId> <newName>New Name</newName> </copy> </soap:Body> </soap:Envelope>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)
by netpenthe (Initiate) on Mar 29, 2010 at 23:04 UTC | |
by Anonymous Monk on Mar 29, 2010 at 23:14 UTC | |
by netpenthe (Initiate) on Mar 30, 2010 at 03:26 UTC | |
by Krambambuli (Curate) on Mar 30, 2010 at 20:57 UTC | |
by gghildyal (Initiate) on Mar 22, 2011 at 11:25 UTC |