Page tree

Versions Compared

Key

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

please note this documentation is no longer being updated. for the most up to date information, please visit Engage API

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


Example Body


Wiki Markupcode
<SOAP-ENV:Envelope
     	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
     	xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
    	<SOAP-ENV:Header>
         <authenticate
         		<authenticate xmlns="http://webservices.ecircle-ag.com/ws">
        <realm>${#Project#realm}</realm>
        <email>${#Project#user.email}</email>
        <password>${#Project#user.password}</password>
        			<realm>realm</realm>
			<email>user</email>
			<password>password</password>
		</authenticate>
	</SOAP-ENV:Header>
	<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/ecm">
             					<email>happy.user@mapp.com</email>
             				</failure-report-address>
        			</control>
		</postGroupRequest>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>