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

Description

Adds new element to the topic

Available from

v9

Example body

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:asyncSubmit>
            <topic>queue</topic>
            <!--Zero or more repetitions:-->
            <arguments>
                <name>element</name>
                <value>2</value>
            </arguments>
        </ecm:asyncSubmit>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels