You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Nicolas-Viet Nguyen <vi...@gmail.com> on 2006/07/10 19:54:44 UTC

Java2WSDL duplicate generation of complexType (Axis1.4)

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>