iso8583

Full statement from ISO 8583

I would like to know if it is possible to do a full statement (between a date range) through ISO 8583, I have seen ATMs which do full statements and was wondering what method they used. I know balance inquiry and mini statements are possible on a POS devise over 8583. If it is possible does anyone have an information on the structure o...

interpretation of sizes of fields (bitmap) ISO8583

What should be the correct interpretation for the sizes of each bit represents : Bitmap attribue length in bytes 1 b 1 16 (every two, representing a binary byte) 52 b 64 ??? 64 b 64 ??? 65 b 1 ??? (will be 16 too ?) 96 b 64 ??? 128 b 64 ??? Need to implement the treatmen...

j8583 cannot handle field 128

Hello all, I've been using j8583 to parse and construct ISO 8583 message in Java. All seems well until one of the message has field 128 in it. That field is always missing when I construct or parse a message that has bit 128, but the other bit (2...127) are fine. I've double check the xml configuration, and nothing wrong there. Is it ...