Re: VB6 client to SOAP service using String Arrays

2002-11-21 Thread Fergus O'Dalaigh
sage - >From: "Fergus O'Dalaigh" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, November 20, 2002 10:37 AM >Subject: Re: VB6 client to SOAP service using String Arrays > > >> Yes, it returns a String, not String[]. >&

Re: VB6 client to SOAP service using String Arrays

2002-11-20 Thread Scott Nichol
PROTECTED]> Sent: Wednesday, November 20, 2002 10:37 AM Subject: Re: VB6 client to SOAP service using String Arrays > Yes, it returns a String, not String[]. > > Scott Nichol <[EMAIL PROTECTED]> wrote: > > >FYI, for me, the following VBScript > > > &g

Re: VB6 client to SOAP service using String Arrays

2002-11-20 Thread Fergus O'Dalaigh
arameter. >> >> Scott Nichol <[EMAIL PROTECTED]> wrote: >> >> >client.sayHello("hola") uses a string parameter, not string array. >Your >> >VB parameter must be type-compatible with the WSDL type. >> > >> >Scott Nichol >> &g

Re: VB6 client to SOAP service using String Arrays

2002-11-20 Thread Scott Nichol
that really the data type returned by the service? Scott Nichol - Original Message - From: "Fergus O'Dalaigh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 4:28 AM Subject: Re: VB6 client to SOAP service using String Arrays > O

Re: VB6 client to SOAP service using String Arrays

2002-11-20 Thread Fergus O'Dalaigh
ble with the WSDL type. > >Scott Nichol > >- Original Message - >From: "Fergus O'Dalaigh" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, November 19, 2002 12:18 PM >Subject: Re: VB6 client to SOAP service using String Arrays

Re: VB6 client to SOAP service using String Arrays

2002-11-19 Thread Scott Nichol
ovember 19, 2002 12:18 PM Subject: Re: VB6 client to SOAP service using String Arrays > The error occurs on the invocation of the service (3rd line below). > > Set client = CreateObject("MSSOAP.SoapClient") > client.mssoapinit "helloworld.wsdl", "

Re: VB6 client to SOAP service using String Arrays

2002-11-19 Thread Fergus O'Dalaigh
The error occurs on the invocation of the service (3rd line below). Set client = CreateObject("MSSOAP.SoapClient") client.mssoapinit "helloworld.wsdl", "", "", "" MsgBox client.sayHello("hola") Here is the wsdl file I generated using java2WSDL: http://schemas.xmlsoap.org/wsdl/"; xm

Re: VB6 client to SOAP service using String Arrays

2002-11-19 Thread Scott Nichol
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