[ http://issues.apache.org/jira/browse/AXIS2-1412?page=all ]

Dennis Sosnoski resolved AXIS2-1412.
------------------------------------

    Resolution: Won't Fix
      Assignee: Dennis Sosnoski

AFAIK, <xs:any> only matches a single element by default. If you want to handle 
multiple elements with a single <xs:any> you need to use maxOccurs="xxx", where 
xxx is an integer > 1 or "unbounded".

Resolving this as an incorrect bug report.

> <xsd:any> support in Axis2
> --------------------------
>
>                 Key: AXIS2-1412
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1412
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: Windws200 proff, Tomcat5.5. jdk1.5
>            Reporter: Niraimathi
>         Assigned To: Dennis Sosnoski
>         Attachments: ALFEventManager.wsdl
>
>
>  <xs:complexType>
>           <xs:sequence>
>             <xs:any namespace="##any"/>
>           </xs:sequence>
>        </xs:complexType>
> Current version allows only onle elememnt under <xsd:any> type. As per 
> <xsd:any> it should have support multiple elements. Please take a look at 
> this.

-- 
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]

Reply via email to