users@jax-rpc.java.net

Re: array parameter

From: Robert Lowe <rmlowe_at_RMLOWE.COM>
Date: Thu, 22 May 2003 02:11:57 +0800

Have you tried passing an array of Strings? :-)


----- Original Message -----
From: "Top Secret" <djabolic_at_LIBERO.IT>
To: <JAXRPC-INTEREST_at_JAVA.SUN.COM>
Sent: Wednesday, May 21, 2003 4:35 AM
Subject: array parameter


> Hi,
> a parameter of my operation is an array of string;
> follow the WSDL excerpt about its definition:
>
> <complexType name="ArrayOfstring">
> <complexContent>
> <restriction base="soap-enc:Array">
> <attribute ref="soap-enc:arrayType"
> wsdl:arrayType="string[]" />
> </restriction>
> </complexContent>
> </complexType>
>
> How can I define it in the addParameter method ?
>
> thanks