[ http://issues.apache.org/jira/browse/AXISCPP-994?page=all ]
nadir amra closed AXISCPP-994.
------------------------------
Resolution: Duplicate
AXISCPP-995
> WSDL2Ws ignores attribute refs inside of attributeGroup
> -------------------------------------------------------
>
> Key: AXISCPP-994
> URL: http://issues.apache.org/jira/browse/AXISCPP-994
> Project: Axis-C++
> Issue Type: Bug
> Components: XML parser abstraction layer, WSDL processing - Doc
> Affects Versions: 1.6 Beta
> Environment: Windows 2000
> Reporter: Ronak Patel
> Priority: Blocker
>
> WSDL2Ws complains with a NULLPointerException when encountering the following
> schema block:
> <xsd:attributeGroup name="SomeGroup">
> <xsd:attribute ref="first" use="required"/>
> <xsd:attribute ref="second" use="required"/>
> <xsd:attribute ref="third" use="optional"/>
> <xsd:attribute ref="fourth" use="optional"/>
> <xsd:attribute ref="fifth" use="optional"/>
> <xsd:attribute ref="sixth" use="optional"/>
> <xsd:attribute ref="seventh" use="optional"/>
> <xsd:attribute ref="eighth" use="optional"/>
> <xsd:attribute ref="ninth" use="optional"/>
> <xsd:attribute ref="tenth" use="optional"/>
> <xsd:attribute ref="eleventh" use="optional"/>
> </xsd:attributeGroup>
> <xsd:attribute name="first" type="someDeclaredType"/>
> <xsd:attribute name="first" type="someDeclaredType"/>
> <xsd:attribute name="first" type="someDeclaredType"/>
> <xsd:attribute name="first" type="someDeclaredType"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]