Hi,

I saw a few emails regarding Java2WSDL generates duplicate complex types.  Has there been a fix for this problem?  I am experiencing the same problem with Axis1.4 for Array type with document/literal style, and hand-removing  duplicates is a huge effort.

Thanks,
Viet.

<complexType name="ArrayOf_tns2_Object
- <sequence>
  <element maxOccurs="unbounded " minOccurs="0" name="item" type="tns2:Object/>
  </sequence>
  </complexType>

- <element name ="getObjectsReturn">
- <complexType>
- <sequence>
  <element maxOccurs="unbounded " minOccurs="0" name="item" type="tns2:Object/>
  </sequence>
  </complexType>
  </element>

Reply via email to