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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

URL:


AUTHENTICATION - SOAP HEADER

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
<authenticate xmlns="http://webservices.ecircle-ag.com/ws">
<realm>my_system_name</realm>
<email>myemail@mapp.com</email>
<password>mypassword</password>
</authenticate>
</SOAP-ENV:Header>

ACCESS

  • External tool https://webdomain/eCMessageService - SOAP Header

  • Mapp Engage > Automations. See Automations



BODY

<SOAP-ENV:Body>
<postGroupRequest xmlns="http://webservices.ecircle-ag.com/ws">
here comes <control> ... </control> as in examples
</postGroupRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

LIMITS

Limit

Number

Document size

2,048,000 bytes ~ 2Mb

Inline users

1000


  • No labels