wsdl <sequence> does not respect minOccurs/maxOccurs on server
--------------------------------------------------------------

         Key: AXIS2-840
         URL: http://issues.apache.org/jira/browse/AXIS2-840
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

    Versions: 1.0    
    Reporter: Tim Oertel


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