[
https://issues.apache.org/jira/browse/AXIS2-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vilnis Termanis updated AXIS2-5319:
-----------------------------------
Description:
If input wsdl/xsd includes at least one attribute/element of type
anySimpleType, e.g:
<xs:complexType name="MyType">
<xs:sequence />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="another" type="xs:anySimpleType" />
<xs:attribute name="another2" type="xs:string" />
</xs:complexType>
.. then wsdl2java generated MyType.java contains "name" & "another2" but not
"another" variable.
was:
Input wsdl/xsd includes at least one attribute/element of type anySImpleType,
e.g:
<xs:complexType name="MyType">
<xs:sequence />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="another" type="xs:anySimpleType" />
<xs:attribute name="another2" type="xs:string" />
</xs:complexType>
wsdl2java generated MyType.java contains "name" & "another2" but not "another".
> wsdl2java ignores anySimpleType attributes/elements
> ---------------------------------------------------
>
> Key: AXIS2-5319
> URL: https://issues.apache.org/jira/browse/AXIS2-5319
> Project: Axis2
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.6.0, 1.6.2
> Environment: Ubuntu 10.10, Tomcat v6, JDK 1.6.0_26
> Reporter: Vilnis Termanis
> Labels: adb-codegen, anysimpletype, attributes, wsdl2java
> Attachments: anysimpletype.patch
>
>
> If input wsdl/xsd includes at least one attribute/element of type
> anySimpleType, e.g:
> <xs:complexType name="MyType">
> <xs:sequence />
> <xs:attribute name="name" type="xs:string" use="required" />
> <xs:attribute name="another" type="xs:anySimpleType" />
> <xs:attribute name="another2" type="xs:string" />
> </xs:complexType>
> .. then wsdl2java generated MyType.java contains "name" & "another2" but not
> "another" variable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.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]