users@jax-rpc.java.net

array parameter

From: Top Secret <djabolic_at_libero.it>
Date: Tue, 20 May 2003 22:35:19 +0200

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