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 13 Current »

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


Example Body


<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>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>







  • No labels