On what line of VB code does the error occur?  Can you post
service2.wsdl to this list?

Scott Nichol

----- Original Message -----
From: "Fergus O'Dalaigh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 11:53 AM
Subject: VB6 client to SOAP service using String Arrays


> 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]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to