OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (CMIS-362) allVersions flag indeleteObject() is not optional in WSDL


allVersions flag in deleteObject() is not optional in WSDL
----------------------------------------------------------

                 Key: CMIS-362
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-362
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Web Services Binding
    Affects Versions: Draft 0.62
            Reporter: Florian Mueller
            Assignee: Norrie Quinn
            Priority: Minor


The domain model marks the allVersions flag as optional for the deleteObject() method. The WSDL doesn't mark it as nillable and therefore it is not optional. 

It should be changed to:

<xs:element name="allVersions" type="xs:boolean" minOccurs="1" maxOccurs="1" nillable="true" />


Btw. there is a typo in line 3547.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]