Inbound handshake response example

The following message is an example of what is received from 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>2009-01-10T12:02:36Z</messageTime>
      <sourceId>IBM_Payments_Director_Gateway</sourceId>
      <destinationId>DTM</destinationId>
      <errorCode>0</errorCode>
      <errorMessage></errorMessage>
      <unitOfWork>999999</unitOfWork>
   </header>

   <payload>
      <fileDetails type="data">
         <name>1000_BankName_Real_Prod.dat</name>
         <fullName>C:\gateway\source\1000_BankName_Real_Prod.dat</fullName>
         <itemCount>1000</itemCount>
         <itemAmount>2117987412</itemAmount>
         <totalCreditAmount>3000000000</totalCreditAmount>
         <totalDebitAmount>882012588</totalDebitAmount>
         <customerUniqueId>customId_333</customerUniqueId>
         <transmissionId>49724</transmissionId>
         <businessDate>20170320</businessDate>
         <type>ICL</type>
      </fileDetails>
      <fileDetails type="trigger">
         <name>1000_BankName_Real_Prod.eof</name>
         <fullName>C:\gateway\source\1000_BankName_Real_Prod.eof</fullName>
      </fileDetails>
   </payload>
</ibmPaymentsDirectorBridge>