ISO8583 is only a standard, or should I say, a guide on how one can form what they call "packets" so that listening ISO8583 parties can understand and process requested information and throw appropriate responses
What you can do is start with sockets, create a module that can send and receive data and then grab some informations regarding ISO8583 so that you'll know how to compose a standard packet.
Hope this helps
|