[ http://issues.apache.org/jira/browse/AXIS2-1354?page=comments#action_12442252 ] Niraimathi commented on AXIS2-1354: -----------------------------------
[[ Old comment, sent by email on Thu, 12 Oct 2006 16:15:10 +0530 ]] Sorry for the incovenience happened to you. Dims asked me to file the jira issue for this. Please let me know the solution for this. Regards, Niraimathi R Cognizant Technology Solutions Cell: 9841234394 Office:044-42284005 > <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 > Attachments: ALFEventManager.wsdl > > > 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]
