[
https://issues.apache.org/jira/browse/AXISCPP-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462352
]
nadir amra commented on AXISCPP-995:
------------------------------------
Oh, I forgot to add that I updated a test case, XSD_boolean, so that it uses an
attributeGroup with a reference.
> WSDL2Ws ignores attribute refs inside of attributeGroup
> -------------------------------------------------------
>
> Key: AXISCPP-995
> URL: https://issues.apache.org/jira/browse/AXISCPP-995
> Project: Axis-C++
> Issue Type: Bug
> Components: WSDL processing - Doc, XML parser abstraction layer
> Affects Versions: 1.6 Beta
> Environment: Windows 2000
> Reporter: Ronak Patel
> Priority: Blocker
> Fix For: current (nightly)
>
>
> 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"/><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:
https://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]