Amsterdamned has asked for the wisdom of the Perl Monks concerning the following question:
I've read the SOAP::Lite perldocs but can't work out how to generate that multiref tag. Can anyone point me in the right direction? Thanks - Jon<soapenv:Envelope> <soapenv:Body> <ns1:aMethod> <in0 href="#id0"/> </ns1:aMethod> <multiRef id="id0"> <var1 xsi:type="xsd:boolean">true</var1> <var2 xsi:type="xsd:dateTime">2004-01-23T23:09:49.460Z</var2> <var3 xsi:type="xsd:string">hello</var3> </multiRef> </soapenv:Body> </soapenv:Envelope>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Generating multiref tags from SOAP::Lite
by Amsterdamned (Novice) on Jan 29, 2004 at 12:19 UTC | |
|
Re: Generating multiref tags from SOAP::Lite
by neuroball (Pilgrim) on Jan 28, 2004 at 16:15 UTC | |
by Amsterdamned (Novice) on Jan 28, 2004 at 19:17 UTC |