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