You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Dick, Andrea" <An...@ca.com> on 2002/09/25 16:53:39 UTC

Accessing Axis Web Service from VB with MS-SOAP

Hi,
 
I am wondering if someone can provide some assistance or some sample
code.  
 
I am not able to pass parameters to an Axis based web service from a VB
client using MS-SOAP toolkit 3.   The input parameter to my web service
is a java bean with three string parameters.  (I've included the WSDL).
My current error comes from VB, indicating that the parameter I am
passing is not correct.   (I am certain this is not a connectivity
problem because I called the web service from my VB code with a single
string parameter.)  
 
If someone has had success with this combination of technologies, I
would welcome sample code, details on the process I need to use to make
this work or any other helpful advice. 
 
Thanks for the help.
Andrea