<xsd:any> support in Axis2.0
----------------------------
Key: AXIS2-1354
URL: http://issues.apache.org/jira/browse/AXIS2-1354
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: nightly
Environment: Windows, jdk1.5 and tomcat 5.5
Reporter: Niraimathi
Priority: Blocker
I am new to Axis2. i would like to have several elements with my
EventExtensionType.
i was given <xsd:any/> in my wsdl and generated the stub java code.
<q0:Extension>
<q0:issueID></q0:issueID>
</q0:Extension>
It is causing the error Unexpected subelement issueID.
i would like to have any number of elements within
<Extension> n number of elements with any type</Extension>
Please let me know what are the changes I need to do in my below <xsd:schema>
<xs:element name="Extension"
type="EventExtensionType" />
<xs:complexType name="EventExtensionType">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xsd:any namespace="##targetNamespace" processContents="lax"/>
</xs:sequence>
<xs:attribute name="schemaLocation" type="xs:anyURI"
use="required" />
</xs:complexType>
--
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]