Skip to content

Instantly share code, notes, and snippets.

@rossbelmont
Last active February 19, 2022 16:07
Show Gist options
  • Save rossbelmont/1424028 to your computer and use it in GitHub Desktop.
Save rossbelmont/1424028 to your computer and use it in GitHub Desktop.
Outbound Message "thumbs up" response XML
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<NotificationsResponse>
<Ack>true</Ack>
</NotificationsResponse>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment