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