Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example URL: AUTHENTICATION - SOAP HEADER: https://staging11.shortest-route.com/qatest/eCMessageService


<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>${#Project#realm}</realm>
<email>myemail@mapp.com<        <email>${#Project#user.email}</email>
<password>mypassword<        <password>${#Project#user.password}</password>
<        </authenticate>
</SOAP-ENV:Header>

ACCESS

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

  • Mapp Engage > Automations. See Automations

BODY

<SOAP-ENV:Body>
<postGroupRequest <SOAP-ENV:Body>
     <postGroupRequest xmlns="http://webservices.ecircle-ag.com/ws">
        <control xmlns="http://webservices.ecircle-ag.com/ecm" request-id="Unique-String" group-id="new" clone-from-id="1">
             <failure-report-address xmlns="http://webservices.ecircle-ag.com/wsecm">
here comes <control> ... </control> as in examples             <email>happy.user@mapp.com</email>
             </failure-report-address>
        </control>
</postGroupRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

LIMITS

Limit

Number

Document size

2,048,000 bytes ~ 2Mb

Inline users

1000