Re: VB SOAP Client (Collection, array)

2002-05-03 Thread Scott Nichol
One other piece of advice: use arrays rather than Vector to make interoperability easier. Scott - Original Message - From: "pop m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:15 AM Subject: VB SOAP Client (Collection, array) Hi ! I am using Tomcat where I

Re: VB SOAP Client (Collection, array)

2002-05-03 Thread Scott Nichol
You must write code to create the collection or array from the XML that is Reader.RPCResult. If you grab the source code for the VB address book client I wrote (http://www.scottnichol.com/AddressBookClient.zip), you will see examples of how to write such code. This example is based on a framewor