Hi SOAPers,
I have a SOAP service that accepts a String array as a parameter.
I've written an java client to access it no problemo using...
...
params.addElement(new Parameter("names", String[].class, names, null));
...
Now I'm trying to write a Visual Basic 6 client to access it but I get an
'Application-Defined error or Object-Defined error'.
using...
Set client = CreateObject("MSSOAP.SoapClient")
client.mssoapinit "service2.wsdl", "", "", ""
We have managed to get the VB client to access the service using String parameters,
however.
If anyone has a cut and paste code example, that would be perfect.
Fergus
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now!
http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>