Hi all, I have implemented ISO8583 Inbound and connector. Basically ISO8583 is a standard message format used in financial transactions through ATM switches.
So the current development based on the usecase [1] . The ISO8583 inbound endpoint allows you to consume the ISO8583 standard message which is sent by simple java client, and then convert it into xml format by using the message builder to access the ISO8583 messages through WSO2 ESB. ISO8583 connector allows you to send the ISO8583 standard messages through WSO2 ESB to the simple java Test server. Following is the sample xml message structure , which is send by using the Rest-client and then connector will identify the ISO8583 fields , and packed the message according to the ISO8583 Standard and send it to the Test server. <ISOMessage> <data> <field id="0">0200</field> <field id="3">568893</field> <field id="4">000000020000</field> <field id="7">0110563280</field> <field id="11">456893</field> <field id="44">DFGHT</field> <field id="105">ABCDEFGHIJ 9871236548</field> </data> </ISOMessage> [1] https://docs.google.com/a/wso2.com/document/d/1-UOBcVyTMHtftcvkF__sVCJkBfa2UjUgHY-s_8UwaSQ/edit?usp=sharing Any suggestions and ideas regarding on this approach is highly welcome. Kanapriya Kuleswararajan Associate Software Engineer Mobile : - 0774894438 Mail : - kanapr...@wso2.com
_______________________________________________ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture