Vilnis Termanis created AXIS2-5319:
--------------------------------------
Summary: 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.2, 1.6.0
Environment: Ubuntu 10.10, Tomcat v6, JDK 1.6.0_26
Reporter: Vilnis Termanis
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".
--
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]