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

Version 1 Current »

XML protocol via API also supports SOAP for Push services. The XML file received to the API endpoint will include the following structure:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>

...

</soap:Body>
</soap:Envelope>


Dispatch Confirmation V6 example: XMLSOAPAPI_PushDispatchConfirmations_V6.xml

  • No labels