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


Code Block
<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>
        </authenticate>

			<realm>realm</realm>
			<email>user</email>
			<password>password</password>
		</authenticate>
	</SOAP-ENV:Header>


	<SOAP-ENV:Body>

     <postGroupRequest

		<postGroupRequest
			xmlns="http://webservices.ecircle-ag.com/ws">

        <control

			<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
user@mapp.
com<
com</email>

            

				</failure-report-address>

        <

			</control>


		</postGroupRequest>


	</SOAP-ENV:Body>


</SOAP-ENV:Envelope>