You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Brook Richan <br...@sandlot.com> on 2003/10/02 19:01:34 UTC

WSDL2Java not aware of attributeGroup

The utility WSDL2Java does not seem to be aware of the XSD
attributeGroup concept.

If the schema in the WSDL declares an attributeGroup, and then an
element of a request refers to that attributeGroup, it is ignored by
WSDL2Java. What was expected is for the attributes declared in the
attributeGroup to be reflected in the java class that is created by
WSDL2Java for the element that contains the attributeGroup.

This works correctly in .NET.