adelbs / ISO8583

A gui tool for testing ISO8583 protocol (requests and responses) and a java library.
GNU General Public License v3.0
56 stars 24 forks source link

Wiki - How to create request #25

Closed Kurukshetran closed 3 years ago

adelbs commented 5 years ago

Sorry about the late response.... I'll create the wiki soon.

adelbs commented 5 years ago

To create a request:

1) You need to configure the ISO8583 message structure at the ISO Configure tab. You can open a saved configuration instead using the "open" button at the top-right.

2) In the ISO8583 Request tab, connect to a socket server. At the "Request" tab you can configure what values you want to send at each bit.

3) After sending the message, at the "Reponse" tab, when you click the "Next Payload" button, it checks if there is a response to your request.

If you do not have a socket server, you can create one at the "ISO8583-Server" tab.

Let me know if it helps.

tiagoms1 commented 3 years ago

Sample of isoconfig file and payload tests can be found in: https://github.com/adelbs/DevTest-ISO8583/tree/master/resources