Outbound handshake response example
The following message is an example of what is sent to the Gateway Server:
<?xml version="1.0" encoding="UTF-8"?>
<ibmPaymentsDirectorBridge
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="appbridge.xsd">
<header>
<msgDesc>Service_Response</msgDesc>
<msgType>Payments_Director_Handshake_Response</msgType>
<version>1.0.0</version>
<messageTime>2008-11-13T17:30:43Z</messageTime>
<sourceId>DTM</sourceId>
<destinationId>IBM_Payments_Director_Gateway</destinationId>
<errorCode>0</errorCode>
<errorMessage></errorMessage>
<unitOfWork>2741</unitOfWork>
</header>
<payload>
<customerUniqueId>customId_333</customerUniqueId>
</payload>
</ibmPaymentsDirectorBridge>