Activity for Java-ISO8583

  • Java-ISO8583 Java-ISO8583 updated /j8583/2.0.0/README-2.0.0.md

  • Java-ISO8583 Java-ISO8583 released /j8583/2.0.0/README-2.0.0.md

  • Java-ISO8583 Java-ISO8583 released /j8583/2.0.0/j8583-2.0.0.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/2.0.0/j8583-2.0.0-sources.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/2.0.0/j8583-2.0.0-javadoc.jar

  • Juan Gonzalez Juan Gonzalez posted a comment on discussion Help

    Enrique Buenas tardes. Se que por defecto al ser el dato BIN/LLBIN/BCDBIN -> y el dato es impar (ejemplo: 123) el dato se rellena con un 0 adelante (0123) para poder encodearlo y enviarlo. Existen entidades que tanto para enviar o parsear la respuesta colocan el 0 al final. Donde debo cambiar el cod para colocarlo al final, o si quieres agregar una opcion de para colocarlo al principio o al final de poder enviar y parsear el mensaje? Por otro lado, el tamaño en el caso de campos variables BIN o BCDBIN...

  • Jesús Armando Verde Jesús Armando Verde posted a comment on discussion Help

    Solution: final LongBcdCodec longBcdCodec = new LongBcdCodec(false); req.setBinaryIsoHeader(longBcdCodec.encodeBinaryField(6000050000l));

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] this only printed by debugString method in IsoMessage Class All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] this only printed by debugString method in IsoMessage Class All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] this only printed by debugString method in IsoMessage Class All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig? This...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig? This...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig? This...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig? This...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig? This...

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: My TPDU string is next: 6000050000, when i set de property setBinaryIsoHeader on my IsoMessage, the output show the TPDU like that: [0x36303030303530303030] All Message: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig? This...

  • Jesús Armando Verde Jesús Armando Verde posted a comment on discussion Help

    Hello, A trying to sen a binary iso header like a documentation shown, the message show the next output: [0x36303030303530303030]08002220010000C0001099000008261337000014841127202409203659307 0004OPv1 this message almost are correctly encoded... but there is a way to encode binary iso header in bytes without hexadecimal encodig?

  • Jesús Armando Verde Jesús Armando Verde posted a comment on discussion Help

    so... was tedious found an answer, but finally I have understood that my client socket already sends that length. My big mistake was considering the TPDU as part of the total length. in the doc on IsoMesage specification: IsoMessage Regards!

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    hello, actually i work with j8583 library, there is a way to generate message length?, example: ===!message length here!==== TPU ->6000050000 messge -> 0800 message body 2220010000C00010990000081918360000000101123732303234303932303336353933303720202020202020000131 in this example i need the length of message before tpu header. anyone knows how do it? sorry for my English.

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    hello, actually i work with j8583 library, there is a way to generate message length, example: ===!message length here!==== TPU ->6000050000 messge -> 0800 message body 2220010000C00010990000081918360000000101123732303234303932303336353933303720202020202020000131 in this example i need the length of message before tpu header. anyone knows how do it? sorry for my English.

  • Jesús Armando Verde Jesús Armando Verde modified a comment on discussion Help

    hello, actually i work with j8583 library, there is a way to generate message length, example: ===!message length here!==== TPU ->6000050000 messge -> 0800 message body 2220010000C00010990000081918360000000101123732303234303932303336353933303720202020202020000131 in this example i need the length of message before tpu header. anyone knows how do it? sorry for my English.

  • Jesús Armando Verde Jesús Armando Verde posted a comment on discussion Help

    hello, actually i work with j8583 library, for this have a way to generate message length, example: !message length here! TPU ->6000050000 messge -> 0800 message body 2220010000C00010990000081918360000000101123732303234303932303336353933303720202020202020000131 in this example i need the length of message before tpu header. anyone knows how do it? sorry for my English.

  • Juan Gonzalez Juan Gonzalez posted a comment on discussion Open Discussion

    Hola Enrique. Primero agradecerte por la librería funciona de maravilla, le tenemos implementada desde hace algún tiempo (teníamos implementada la version 1.14) para realizar pruebas de mensajería. Una de las instituciones con la que estamos probando necesitan que parte ciertas transacciones (Reversos y Anulaciones) enviemos el campo 02 (PAN Number) encapsulado (Binary en el caso de la librería) pero necesitamos enviar el tamaño del campo en claro (Ejemplo: 16 1234567890123456 = 16 tamaños (123xxx)...

  • Comsky Comsky posted a comment on discussion Help

    Steve were you able to send messages like this? MTI: hexa BitMap: ASCII Field: Hexa

  • Shaína Shaína posted a comment on discussion Open Discussion

    nevermind

  • Shaína Shaína posted a comment on discussion Help

    How do you set TPDU in the ISO header field? could you provide some sample code.

  • Shaína Shaína posted a comment on discussion Open Discussion

    I am working with android studio, and I'm trying to send an ISO8583 message to my SimHost I pulled the Iso8583 source code from https://bitbucket.org/chochos/j8583/src/master/ and tried to set up a IsoClient with the example code found here http://read.pudn.com/downloads141/sourcecode/java/612948/src/j8583/example/Client.java__.htm so I added the config.xml file in resource raw directory, changed this line of code mfact = ConfigParser.createFromClasspathConfig("res/raw/config.xml"); , then added...

  • Alim Alim created ticket #19

    ISO8583 Parsing Numeric Fields and It comes to Alpha Numeric

  • Anonymous created ticket #18

    java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer on JDK 1.8

  • Java-ISO8583 Java-ISO8583 released /j8583/1.16/README-1.16.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.16/j8583-1.16.0.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.16/j8583-1.16.0-javadoc.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.16/j8583-1.16.0-sources.jar

  • Miguel Lozada Miguel Lozada posted a comment on discussion Help

    Hola buenas tardes Enrique, estoy desarrollando una aplicación y necesito crear mensajes ISO8583, me encontre con tu jar J8583 y estoy tratando de formatear un mensaje Echo test, como arranque, pero me sa el siguiente error en la llamada: m = mfact.parseMessage(buf,4); Error: java.text.ParseException: ISO8583 MessageFactory has no parsing guide for message type 0800 �� �����������99000199999913999000000000103��5V1.00��034] (at offset 0) este es el xml: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE...

  • Java-ISO8583 Java-ISO8583 released /j8583/1.15/README.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.15/notes-1.15.0.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.15/j8583-1.15.0-sources.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.15/j8583-1.15.0.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.15/j8583-1.15.0-javadoc.jar

  • Anonymous created ticket #17

    Issue facing with j8583 for VISA ISO message parsing!!

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/notes-1.14.0.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/readme.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/j8583-1.14.1.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/j8583-1.14.1-sources.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/j8583-1.14.1-javadoc.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/readme.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/j8583-1.14.0-sources.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/j8583-1.14.0.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.14/j8583-1.14.0-javadoc.jar

  • Peter Paul Peter Paul posted a comment on discussion Help

    My receiving server side is expecting this field to be in bytes (8 byte). below is how i pack the F52 after computing the pinblock. which is 16 in Hexadecimal isomsg.setValue(52,CryptoUtils.hexToBytes(pinBlock), IsoType.BINARY, 8); this is computed pinBlock=E2F347C04A59634D from client in hex below is the recived data on server side in binary in bitmap represetantion, unfortunately the pinblock is received as its in HEX i was expcting something like e2 f3 47 c0 4a 59 63 4d which is in bytes[8]. the...

  • Peter Paul Peter Paul created ticket #6

    How to Parse Binary Field such as Field 52 (PIN BLOCK)

  • Peter Paul Peter Paul posted a comment on ticket #2

    this is what i have, not sure if is the best public void run() { byte[] lenbuf = new byte[2]; try { while (this.ws_sock != null && this.ws_sock.isConnected() && Thread.currentThread().isAlive() && !Thread.currentThread().isInterrupted()) { if (this.ws_sock.getInputStream().read(lenbuf) == 2) { int size = ((lenbuf[0] & 0xff) << 8) | (lenbuf[1] & 0xff); byte[] buf = new byte[size]; if (ws_sock == null) { ws_sock = ws_sock2; } // We're not expecting ETX in this case this.ws_sock.getInputStream().read(buf);...

  • Ajeet Singh Ajeet Singh posted a comment on discussion Help

    Does the above example really exists anywhere ? The above url is not correct. I am really looking for some good example with server and client but hardly could find anything. I tried my all level best, but could not get it working with my own code.

  • Dave King Dave King posted a comment on discussion Open Discussion

    I've done a PR to fix issues with unit tests that have an implied timezone. I have more changes coming, just needed to clean up the unit tests first. Just wondering if anyone will be looking at the PR, and if so what a reasonable timeline would be? PR is on bitbucket.

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on ticket #8

    Good idea. Done!

  • Anonymous created ticket #8

    Enrich log message with Message Type on missing / new fields

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    You can use a composite field, but you have to do the bitmap yourself. Or you can simply create a separate IsoMessage, get its debugString and put that inside field 48.

  • Steve Steve posted a comment on discussion Help

    Can this be done with the "Composite field" feture introduced in 1.9 ? My requirement for field 48 is below : Length followed by, At 0 bitmap (length 16) followed by, different fields (1,2,3,4 till 62) I tried to do it, however the bitmap was not sent.

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    IsoMessage has a writeData method that returns the byte array that can be written to a stream, without any length headers. You can measure it and write your own length header, followed by that buffer.

  • Steve Steve posted a comment on discussion Help

    Hi, Can someone please advise how can i achieve the below message format before writing to socket : Length of message followed by, MTI (1100 or 1110 etc) followed by, message All this has to be in hex encoded format used by a ASCII channel client. Thanks.

  • Steve Steve posted a comment on discussion Help

    Hi, I got some more info regarding ASCII channel : We need to send the message contents length as 4 ASCII digits. In the response back we need to send 4 char length header which indicates the lenght of the message. for eg - if a message has lenght of 65 hex : 30 30 36 35 31 31 30 30 ascii : 00651100 After this the MTI has to be put. (1110) After that the message should be present. Any idea how we can achieve this with j8583 ?

  • Steve Steve posted a comment on discussion Help

    Adding complete communication hexdump (client (1100) > server (1100) <> server(1110) > client (1110) jpos client > server 0000 45 00 00 34 56 bb 40 00 80 06 00 00 7f 00 00 01 0010 7f 00 00 01 e3 60 1e 61 c3 39 64 ed 00 00 00 00 0020 80 02 20 00 2d 01 00 00 02 04 ff d7 01 03 03 08 0030 01 01 04 02 server > jpos client 0000 45 00 00 34 56 bc 40 00 80 06 00 00 7f 00 00 01 0010 7f 00 00 01 1e 61 e3 60 e8 57 9f 31 c3 39 64 ee 0020 80 12 20 00 a5 66 00 00 02 04 ff d7 01 03 03 08 0030 01 01 04 02 jpos client...

  • Steve Steve posted a comment on discussion Help

    Hi, This is a hexdump which the jpos client is sending to me, 0000 45 00 00 34 56 bb 40 00 80 06 00 00 7f 00 00 01 0010 7f 00 00 01 e3 60 1e 61 c3 39 64 ed 00 00 00 00 0020 80 02 20 00 2d 01 00 00 02 04 ff d7 01 03 03 08 0030 01 01 04 02 The above message is parsed successfully. Now, i use server.getIsoMessageFactory().createResponse(capturedRequest) with response.setType(0x1110) response.setForceSecondaryBitmap(false); I do not set any fields. The parse type for request coming in : <parse type="1100">...

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    So, jpos expects a binary bitmap? Or a hex-encoded bitmap (the standard in ascii-encoded ISO) but with secondary bitmap included? The standard way the bitmap works for ascii messages is: If there are any fields above 64, a secondary bitmap is included The bitmap is hex-encoded so it can be either 16 chars or 32 chars If you set the binaryBitmap property then it won't be hex-encoded but will be sent as raw binary instead If you need to send an empty secondary bitmap, set forceSecondaryBitmap.

  • Steve Steve posted a comment on discussion Help

    Hi, The parsing works fine. Sending a message is having problems. I use the ASCII channel @ jpos client, so i below format : 313832303032333030313030303034303030303030383032303834373137303030303038313730383032303834373137383331303030303030303030303030313134

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    Are you having problems sending, or parsing a message? Do you need the bitmap to be sent in binary, or hex-encoded?

  • Steve Steve posted a comment on discussion Help

    Hi, I get "invalid message lenght" at my jpos client using ASCII channel. Using setBinaryBitmap(true) at message factory did not help. Any leads?

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Open Discussion

    Please report issues in https://github.com/chochos/j8583/issues Don't configure field 1. If you need to parse secondary bitmap even if it's empty, then set the forceSecondaryBitmap flag in the message factory.

  • Ronald Omar Orantes de León Ronald Omar Orantes de León modified a comment on discussion Open Discussion

    Buen día Enrique, Gracias por esta librería que al parecer funciona muy bien, solo que en lo personal algo estoy haciendo mal para parsear las tramas que recibo en mi aplicación, debo comenzar diciendo que tengo la especificación de tramas de la siguiente manera. ISO0140000500200F2388001288000000000000002000000180000000031023715793000400000020000001127165806220000115806112711271110000000001370088010000013954185D0000000000000000009038201273409038201 18000000000000000211 Descompuesta esta trama quedaría...

  • Ronald Omar Orantes de León Ronald Omar Orantes de León modified a comment on discussion Open Discussion

    Buen día Enrique, Gracias por esta librería que al parecer funciona muy bien, solo que en lo personal algo estoy haciendo mal para parsear las tramas que recibo en mi aplicación, debo comenzar diciendo que tengo la especificación de tramas de la siguiente manera. ISO0140000500200F2388001288000000000000002000000180000000031023715793000400000020000001127165806220000115806112711271110000000001370088010000013954185D0000000000000000009038201273409038201 18000000000000000211 Descompuesta esta trama quedaría...

  • Ronald Omar Orantes de León Ronald Omar Orantes de León posted a comment on discussion Open Discussion

    Buen día Enrique, Gracias por esta librería que al parecer funciona muy bien, solo que en lo personal algo estoy haciendo mal para parsear las tramas que recibo en mi aplicación, debo comenzar diciendo que tengo la especificación de tramas de la siguiente manera. ISO0140000500200F2388001288000000000000002000000180000000031023715793000400000020000001127165806220000115806112711271110000000001370088010000013954185D0000000000000000009038201273409038201 18000000000000000211 Descompuesta esta trama quedaría...

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    IsoMessage.setBinaryBitmap(true)

  • Balu Thomas Balu Thomas posted a comment on discussion Help

    Hi, My server uses ISO8583 1993 standard and expects 16 hexadecimal bitmap in ASCII,...

  • Java-ISO8583 Java-ISO8583 released /j8583/1.12.0/README.md

  • Java-ISO8583 Java-ISO8583 released /j8583/1.12.0/j8583-1.12.0-javadoc.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.12.0/j8583-1.12.0-sources.jar

  • Java-ISO8583 Java-ISO8583 released /j8583/1.12.0/j8583-1.12.0.jar

  • Miguel Carrillo Miguel Carrillo posted a comment on discussion Open Discussion

    OK. Tks a lot. I tried to include the headers as null but it didnt work. Hence I...

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Open Discussion

    ISO headers are optional. You don't have to set ISO headers for your message type....

  • Miguel Carrillo Miguel Carrillo posted a comment on discussion Open Discussion

    Hi, Could you please confirm if it is feasible to create iso messages with no header?....

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    Sure, just set the encoding in the message factory, as well as the forceCharacterEncoding...

  • Felix T Felix T posted a comment on discussion Help

    Sorry I forgot to ask this question too Do you support content Types EBCDIC & BCD...

  • Felix T Felix T posted a comment on discussion Help

    ok thanks

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    WDYM? When you encode messages in ASCII format, the bitmap is encoded as hex.

  • Felix T Felix T posted a comment on discussion Help

    Hello, I was wondering if this library supports hexdecimal values in the primary...

  • Don Wise Don Wise posted a comment on discussion Help

    Great work! This library alone has made working with ISO8583 much quicker. However,...

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on ticket #16

    I'll add tests for this. Please file an issue on github to keep track of it (I don't...

  • Alexandre Duquette Alexandre Duquette posted a comment on ticket #16

    I changed your code to : int i = pos; if (length % 2 != 0) { digits[start++] = (char)((buf[i]...

  • Alexandre Duquette Alexandre Duquette created ticket #16

    Error parsing binary message

  • Anonymous created ticket #15

    using extends for parse elements with a composite field in the child, fields which are children of composite fields gets inserted into top level

  • Jonathan Cordero Duarte Jonathan Cordero Duarte modified a comment on discussion Help

    Hello. It's posibble send TPDU message in Header field with the next format: htt...

  • Jonathan Cordero Duarte Jonathan Cordero Duarte posted a comment on discussion Help

    Hello. It's posibble send TPDU message in Header field with the next format:

  • Renato Kosaka Araujo Renato Kosaka Araujo posted a comment on discussion Help

    Ok, thanks! I forgot to mention that I am using version 1.11.0

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    Please file the issue on github: github.com/chochos/j8583 I vaguely remember this...

  • Renato Kosaka Araujo Renato Kosaka Araujo modified a comment on discussion Help

    Hi! I am trying to use an xml configuration like this (I left only the relevant fields...

  • Renato Kosaka Araujo Renato Kosaka Araujo posted a comment on discussion Help

    Hi! I am trying to use an xml configuration like this (I left only the relevant fields...

  • Enrique Zamudio Lopez Enrique Zamudio Lopez posted a comment on discussion Help

    Pues lo primero que deberías hacer es configurar slf4j con log4j a nivel trace, para...

  • Jesús Domínguez Jesús Domínguez posted a comment on discussion Help

    Buen día Enrique, antes que nada agradezco que te tomaras el tiempo y conocimientos...

1 >