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

Description

Retrieves a certain amount of results for a topic from the result queue.
The result items that were retrieved are deleted from the server once they have been transmitted.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:asyncPoll>
            <topic>queue</topic>
            <limit>10</limit>
        </ecm:asyncPoll>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels