DJpumps has asked for the wisdom of the Perl Monks concerning the following question:
I want to invoke a method (that is implemented on a SOAP server) from a SOAP client. The method requires as argument a list of some object (server's WSDL calls is myObject[]).
How do I represent an object (with several members) using SOAP::Data? (say, myObj).
Now, how do I represent a list of such objects using SOAP::Data? ( myObjp[])
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Data questions
by gellyfish (Monsignor) on Mar 22, 2005 at 10:17 UTC | |
by DJpumps (Novice) on Mar 22, 2005 at 11:15 UTC | |
by gellyfish (Monsignor) on Mar 22, 2005 at 11:37 UTC | |
by DJpumps (Novice) on Mar 23, 2005 at 09:34 UTC | |
|
Re: SOAP::Data questions
by jhourcle (Prior) on Mar 22, 2005 at 13:08 UTC | |
by DJpumps (Novice) on Mar 23, 2005 at 09:38 UTC | |
by jhourcle (Prior) on Mar 23, 2005 at 12:53 UTC |