I have existing AXIS 1WSDL. Defining <complexType name="ArrayOf_xsd_string"> in WSDL is not working with AXIS 2 when try to generate service classes using wsdl2java. Used below code to define the element. How do I define String Array in AXIS 2 wsdl.
<xs:element name="name" type="xs:string" nillable="true" minOccurs="0"
maxOccurs="unbounded"/>