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

Description

Validates a prepared message for the following functionality: check that message is valid (InvalidObjectError -> objecttype message), check that message does not contain invalid content store items, check that 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:messageValidate>
         <messageId>669</messageId>
      </ecm:messageValidate>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels