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

Description

Returns the specified CMS message in MIME message format.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:cmsGetMimeMessage>
            <cmsMessageId>32</cmsMessageId>
        </ecm:cmsGetMimeMessage>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels