79710563

Date: 2025-07-22 13:40:46
Score: 2
Natty:
Report link

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"/>

Reasons:
  • Blacklisted phrase (1): How do I
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: AXIS2Dev