Skip to content
Advertisement

Tag: jpos

how to handle subfields with JPOS library in java?

i have to build an iso 8583 message and for that i used the jpos library which is, according to my researches, the best libray to handle iso 8583 communications. I succeeded to build and send iso 8583 messages with fields in range 0-128 as you can see in this code : and the response class but i have a

Advertisement