Hi !
I am using Tomcat where I
have a web app. hwo is capable to communicate via SOAP.
I also have a java bean
class and one of its methods returns a Vector.
I've written a VB client
who invokes this method and it works.
My problem is that the
result I've got is something like this:
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
nagy02/05/03 09:17:31
Modified:java/samples/ejb ejbtest.java
Log:
Pass in correct parameter to EJB method. For more info, see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5193
Submitted by: Bernd Proissl ([EMAIL PROTECTED])
Reviewed by: Bill Nagy ([EMAIL PROTECTED])
duftler 02/05/03 09:44:34
Modified:java/src/org/apache/soap/server DeploymentDescriptor.java
Log:
Fixed a bug that was causing an attribute to be printed without a
closing ". For more info, please see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6363
Submitted by: [E
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