Hi,
Am facing an error while consuming a java web service. In WSDL data type for the parmeter is given as
- <complexType name="ArrayOf_xsd_string">
- <sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string" />
</sequence>
</complexType>
While debugging values are just showing string[0] for the paramer with dataype string[]. How to read this value?.
Thanks