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[].
>&
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
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
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
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
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", "
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
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