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