Page tree
Skip to end of metadata
Go to start of metadata

Description

Validates a list of messages for the following functionality: checks that the message is valid (InvalidObjectError -> objecttype message), checks that the message does not contain any invalid content store items, checks that the message does not use archived Attributes (InvalidObjectError -> objecttype attribute).

Available from

v1

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:messageValidateMany>
            <messageIds>668</messageIds>
            <messageIds>669</messageIds>
        </ecm:messageValidateMany>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels