You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/02/05 06:21:06 UTC

[jira] Resolved: (AXIS2-840) wsdl does not respect minOccurs/maxOccurs on server

     [ https://issues.apache.org/jira/browse/AXIS2-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-840.
------------------------------------------------

    Resolution: Fixed

this has been fixed now

> wsdl <sequence> does not respect minOccurs/maxOccurs on server
> --------------------------------------------------------------
>
>                 Key: AXIS2-840
>                 URL: https://issues.apache.org/jira/browse/AXIS2-840
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.0
>            Reporter: Tim Oertel
>         Assigned To: Amila Chinthaka Suriarachchi
>
> With a WSDL fragment:
> <xs:element name="Update">
>     <xs:complexType>
>     <xs:all>
>        <xs:element type="xs:anyType" name="id"   minOccurs="1" maxOccurs="1"/>
>        <xs:element type="xs:anyType" name="arg0" minOccurs="0" maxOccurs="1"/>
>        <xs:element type="xs:anyType" name="arg1" minOccurs="0" maxOccurs="1"/>
>     </xs:all>
>     </xs:complexType>
> </xs:element>
> Invoked via REST via a URL like "http://.../Update?id=123&arg0=test0", an immediate toString() of the
> OMElement from the invoked method incorrectly results in the fault:
> Required element arg1 defined in the schema can not be found in the request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org