allVersions flag in deleteObject() is not optional in WSDL

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Component/s: Web Services Binding
    • None

      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.

            Assignee:
            Norrie Quinn (Inactive)
            Reporter:
            Florian Müller (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: