Atm Interface-Iso8583 Message Format
Atm Interface-Iso8583 Message Format
No part of this document may be reproduced or transmitted in any form or by any means, for any purpose,
without the express written permission of TEMENOS HEADQUARTERS SA.
COPYRIGHT 2007 - 2008 TEMENOS HEADQUARTERS SA. All rights reserved.
ATM INTERFACE WORKFLOW
Table of Contents
2 S.ANITHA | TAM
ATM INTERFACE WORKFLOW
Document History
Comments:
3 S.ANITHA | TAM
ATM INTERFACE WORKFLOW
100000000000000000000000000000000000000000000000000000000000000000000100000
00000000000000000000000000000000000000000000000000000-The hexa decimal format
converted to binary format (this part is done by T24 program)
From the binary format we can find the data field present .In the above example the fields
present is 1 and 70
301-70th field (network message)
The java plug-in picks the ISO message from the switch and posts it to T24.The T24 program
splits the incoming message as mentioned above and then checks the mapping table in T24
with which it forms the OFS string.
The response mapping file picks the necessary information from the OFS response and it
forms the ISO message which is again sent back to the switch along with the response code as
given below:
E.G.
004108108000000002000000040000000000000000301
Where
0041- total length of the response
0810- Message Type Indicator (response)
80000000020000000400000000000000- Bit map in hexa decimal format
00-response code
301-70th field (network message)
4 S.ANITHA | TAM