<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Java-ISO8583</title><link>https://sourceforge.net/p/j8583/activity/</link><description>Recent activity for Java-ISO8583</description><language>en</language><lastBuildDate>Tue, 24 Jan 2023 02:26:02 -0000</lastBuildDate><item><title>Java-ISO8583 updated /j8583/2.0.0/README-2.0.0.md</title><link>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/README-2.0.0.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 24 Jan 2023 02:26:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/README-2.0.0.md/download</guid></item><item><title>Java-ISO8583 released /j8583/2.0.0/README-2.0.0.md</title><link>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/README-2.0.0.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 24 Jan 2023 02:23:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/README-2.0.0.md/download</guid></item><item><title>Java-ISO8583 released /j8583/2.0.0/j8583-2.0.0.jar</title><link>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/j8583-2.0.0.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 24 Jan 2023 02:22:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/j8583-2.0.0.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/2.0.0/j8583-2.0.0-sources.jar</title><link>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/j8583-2.0.0-sources.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 24 Jan 2023 02:22:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/j8583-2.0.0-sources.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/2.0.0/j8583-2.0.0-javadoc.jar</title><link>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/j8583-2.0.0-javadoc.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 24 Jan 2023 02:22:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/2.0.0/j8583-2.0.0-javadoc.jar/download</guid></item><item><title>Juan Gonzalez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/1be7451871/?limit=25#01fd</link><description>Enrique Buenas tardes. Se que por defecto al ser el dato BIN/LLBIN/BCDBIN -&gt; 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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gonzalez</dc:creator><pubDate>Fri, 13 Jan 2023 19:25:56 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/1be7451871/?limit=25#01fd</guid></item><item><title>Jesús Armando Verde  posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#66af</link><description>Solution: final LongBcdCodec longBcdCodec = new LongBcdCodec(false); req.setBinaryIsoHeader(longBcdCodec.encodeBinaryField(6000050000l));</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Mon, 29 Aug 2022 14:16:06 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#66af</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 22:55:17 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 22:54:52 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 22:35:12 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:28:21 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:28:20 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:28:02 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:27:50 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:26:46 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:26:09 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</link><description>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?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 21:07:28 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c80251ed8f/?limit=25#4692</guid></item><item><title>Jesús Armando Verde  posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#9706</link><description>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!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Fri, 26 Aug 2022 06:50:35 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#9706</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</link><description>hello, actually i work with j8583 library, there is a way to generate message length?, example: ===!message length here!==== TPU -&gt;6000050000 messge -&gt; 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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Mon, 22 Aug 2022 03:32:46 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</link><description>hello, actually i work with j8583 library, there is a way to generate message length, example: ===!message length here!==== TPU -&gt;6000050000 messge -&gt; 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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Mon, 22 Aug 2022 03:32:13 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</guid></item><item><title>Jesús Armando Verde  modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</link><description>hello, actually i work with j8583 library, there is a way to generate message length, example: ===!message length here!==== TPU -&gt;6000050000 messge -&gt; 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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Mon, 22 Aug 2022 03:31:55 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</guid></item><item><title>Jesús Armando Verde  posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</link><description>hello, actually i work with j8583 library, for this have a way to generate message length, example: !message length here! TPU -&gt;6000050000 messge -&gt; 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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Armando Verde </dc:creator><pubDate>Mon, 22 Aug 2022 03:30:07 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/329f8aceed/?limit=25#b903</guid></item><item><title>Juan Gonzalez posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/6ac2348b5a/?limit=25#5b10</link><description>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)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Gonzalez</dc:creator><pubDate>Tue, 24 May 2022 02:00:29 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/6ac2348b5a/?limit=25#5b10</guid></item><item><title>Comsky posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#c1b6</link><description>Steve were you able to send messages like this? MTI: hexa BitMap: ASCII Field: Hexa</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Comsky</dc:creator><pubDate>Fri, 16 Jul 2021 08:00:02 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#c1b6</guid></item><item><title>Shaína posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/cc942f381c/?limit=25#78f1</link><description>nevermind</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaína</dc:creator><pubDate>Mon, 04 Jan 2021 18:34:21 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/cc942f381c/?limit=25#78f1</guid></item><item><title>Shaína posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/af985d8f/?limit=25#fb80</link><description>How do you set TPDU in the ISO header field? could you provide some sample code.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaína</dc:creator><pubDate>Wed, 30 Dec 2020 23:16:15 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/af985d8f/?limit=25#fb80</guid></item><item><title>Shaína posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/cc942f381c/?limit=25#6082</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaína</dc:creator><pubDate>Tue, 29 Dec 2020 16:27:58 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/cc942f381c/?limit=25#6082</guid></item><item><title>Alim created ticket #19</title><link>https://sourceforge.net/p/j8583/bugs/19/</link><description>ISO8583 Parsing Numeric Fields and It comes to Alpha Numeric</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alim</dc:creator><pubDate>Tue, 28 Apr 2020 07:34:14 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/19/</guid></item><item><title>Anonymous created ticket #18</title><link>https://sourceforge.net/p/j8583/bugs/18/</link><description>java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer on JDK 1.8 </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Apr 2020 08:47:21 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/18/</guid></item><item><title>Java-ISO8583 released /j8583/1.16/README-1.16.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.16/README-1.16.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Thu, 09 Apr 2020 19:59:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.16/README-1.16.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.16/j8583-1.16.0.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.16/j8583-1.16.0.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Thu, 09 Apr 2020 19:56:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.16/j8583-1.16.0.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.16/j8583-1.16.0-javadoc.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.16/j8583-1.16.0-javadoc.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Thu, 09 Apr 2020 19:56:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.16/j8583-1.16.0-javadoc.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.16/j8583-1.16.0-sources.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.16/j8583-1.16.0-sources.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Thu, 09 Apr 2020 19:56:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.16/j8583-1.16.0-sources.jar/download</guid></item><item><title>Miguel Lozada posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/fc8f5f69a1/?limit=25#75f2</link><description>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: &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miguel Lozada</dc:creator><pubDate>Mon, 09 Dec 2019 20:12:30 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/fc8f5f69a1/?limit=25#75f2</guid></item><item><title>Java-ISO8583 released /j8583/1.15/README.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.15/README.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 29 Oct 2019 16:18:25 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.15/README.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.15/notes-1.15.0.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.15/notes-1.15.0.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 29 Oct 2019 16:09:15 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.15/notes-1.15.0.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.15/j8583-1.15.0-sources.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.15/j8583-1.15.0-sources.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 29 Oct 2019 16:09:09 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.15/j8583-1.15.0-sources.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.15/j8583-1.15.0.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.15/j8583-1.15.0.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 29 Oct 2019 16:09:09 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.15/j8583-1.15.0.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.15/j8583-1.15.0-javadoc.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.15/j8583-1.15.0-javadoc.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Tue, 29 Oct 2019 16:09:09 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.15/j8583-1.15.0-javadoc.jar/download</guid></item><item><title>Anonymous created ticket #17</title><link>https://sourceforge.net/p/j8583/bugs/17/</link><description>Issue facing with j8583 for VISA ISO message parsing!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 17 Oct 2019 09:41:01 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/17/</guid></item><item><title>Java-ISO8583 released /j8583/1.14/notes-1.14.0.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/notes-1.14.0.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 01 Jun 2019 20:12:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/notes-1.14.0.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/readme.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/readme.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 01 Jun 2019 20:12:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/readme.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/j8583-1.14.1.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.1.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 01 Jun 2019 20:08:04 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.1.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/j8583-1.14.1-sources.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.1-sources.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 01 Jun 2019 20:08:04 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.1-sources.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/j8583-1.14.1-javadoc.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.1-javadoc.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 01 Jun 2019 20:08:04 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.1-javadoc.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/readme.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/readme.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 04 May 2019 18:06:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/readme.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/j8583-1.14.0-sources.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.0-sources.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 04 May 2019 17:58:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.0-sources.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/j8583-1.14.0.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.0.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 04 May 2019 17:58:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.0.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.14/j8583-1.14.0-javadoc.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.0-javadoc.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Sat, 04 May 2019 17:58:03 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.14/j8583-1.14.0-javadoc.jar/download</guid></item><item><title>Peter Paul posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/4d65a92537/?limit=25#f435</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Paul</dc:creator><pubDate>Sat, 08 Dec 2018 08:29:05 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/4d65a92537/?limit=25#f435</guid></item><item><title>Peter Paul created ticket #6</title><link>https://sourceforge.net/p/j8583/support-requests/6/</link><description>How to Parse Binary Field such as Field 52 (PIN BLOCK)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Paul</dc:creator><pubDate>Fri, 07 Dec 2018 17:17:15 -0000</pubDate><guid>https://sourceforge.net/p/j8583/support-requests/6/</guid></item><item><title>Peter Paul posted a comment on ticket #2</title><link>https://sourceforge.net/p/j8583/support-requests/2/?limit=25#4014</link><description>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 &amp;&amp; this.ws_sock.isConnected() &amp;&amp; Thread.currentThread().isAlive() &amp;&amp; !Thread.currentThread().isInterrupted()) { if (this.ws_sock.getInputStream().read(lenbuf) == 2) { int size = ((lenbuf[0] &amp; 0xff) &lt;&lt; 8) | (lenbuf[1] &amp; 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);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Paul</dc:creator><pubDate>Fri, 07 Dec 2018 16:27:22 -0000</pubDate><guid>https://sourceforge.net/p/j8583/support-requests/2/?limit=25#4014</guid></item><item><title>Ajeet Singh posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/d232db40/?limit=25#cd4f</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ajeet Singh</dc:creator><pubDate>Wed, 17 Oct 2018 00:08:59 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/d232db40/?limit=25#cd4f</guid></item><item><title>Dave King posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/b23130056e/?limit=25#631b</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave King</dc:creator><pubDate>Mon, 01 Oct 2018 17:29:50 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/b23130056e/?limit=25#631b</guid></item><item><title>Enrique Zamudio Lopez posted a comment on ticket #8</title><link>https://sourceforge.net/p/j8583/feature-requests/8/?limit=25#2de1</link><description>Good idea. Done!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Mon, 19 Feb 2018 19:51:44 -0000</pubDate><guid>https://sourceforge.net/p/j8583/feature-requests/8/?limit=25#2de1</guid></item><item><title>Anonymous created ticket #8</title><link>https://sourceforge.net/p/j8583/feature-requests/8/</link><description>Enrich log message with Message Type on missing / new fields</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 18 Feb 2018 13:33:54 -0000</pubDate><guid>https://sourceforge.net/p/j8583/feature-requests/8/</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/8fa2faa6/?limit=25#6b14</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Wed, 23 Aug 2017 22:31:51 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/8fa2faa6/?limit=25#6b14</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/8fa2faa6/?limit=25#08dc</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Wed, 23 Aug 2017 19:03:58 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/8fa2faa6/?limit=25#08dc</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/e1a825f9/?limit=25#f3c8</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Thu, 17 Aug 2017 02:53:19 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/e1a825f9/?limit=25#f3c8</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/e1a825f9/?limit=25#1425</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Sun, 13 Aug 2017 08:39:05 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/e1a825f9/?limit=25#1425</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#c336</link><description>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 ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Sat, 12 Aug 2017 22:55:04 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#c336</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#87b7</link><description>Adding complete communication hexdump (client (1100) &gt; server (1100) &lt;&gt; server(1110) &gt; client (1110) jpos client &gt; 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 &gt; 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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Sat, 12 Aug 2017 18:57:53 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#87b7</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#e495</link><description>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 : &lt;parse type="1100"&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Sat, 12 Aug 2017 18:02:24 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#e495</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#996a</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Wed, 02 Aug 2017 08:18:22 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#996a</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#5463</link><description>Hi, The parsing works fine. Sending a message is having problems. I use the ASCII channel @ jpos client, so i below format : 313832303032333030313030303034303030303030383032303834373137303030303038313730383032303834373137383331303030303030303030303030313134</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Wed, 02 Aug 2017 06:14:17 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#5463</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#2e62</link><description>Are you having problems sending, or parsing a message? Do you need the bitmap to be sent in binary, or hex-encoded?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Wed, 02 Aug 2017 01:52:40 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#2e62</guid></item><item><title>Steve posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#604b</link><description>Hi, I get "invalid message lenght" at my jpos client using ASCII channel. Using setBinaryBitmap(true) at message factory did not help. Any leads?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Mon, 31 Jul 2017 20:13:39 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#604b</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#6392</link><description>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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Tue, 27 Jun 2017 01:20:48 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#6392</guid></item><item><title>Ronald Omar Orantes de León modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#c748</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronald Omar Orantes de León</dc:creator><pubDate>Tue, 27 Jun 2017 00:25:55 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#c748</guid></item><item><title>Ronald Omar Orantes de León modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#c748</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronald Omar Orantes de León</dc:creator><pubDate>Tue, 27 Jun 2017 00:24:36 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#c748</guid></item><item><title>Ronald Omar Orantes de León posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#c748</link><description>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...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronald Omar Orantes de León</dc:creator><pubDate>Mon, 26 Jun 2017 23:31:49 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/5dc7c640/?limit=25#c748</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#4073</link><description>IsoMessage.setBinaryBitmap(true)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Tue, 28 Feb 2017 04:15:57 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#4073</guid></item><item><title>Balu Thomas posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#47ba</link><description>Hi, My server uses ISO8583 1993 standard and expects 16 hexadecimal bitmap in ASCII,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Balu Thomas</dc:creator><pubDate>Fri, 24 Feb 2017 15:27:48 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/c09f91cb/?limit=25#47ba</guid></item><item><title>Java-ISO8583 released /j8583/1.12.0/README.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.12.0/README.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Fri, 01 Jul 2016 14:41:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.12.0/README.md/download</guid></item><item><title>Java-ISO8583 released /j8583/1.12.0/j8583-1.12.0-javadoc.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.12.0/j8583-1.12.0-javadoc.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Fri, 01 Jul 2016 14:36:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.12.0/j8583-1.12.0-javadoc.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.12.0/j8583-1.12.0-sources.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.12.0/j8583-1.12.0-sources.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Fri, 01 Jul 2016 14:36:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.12.0/j8583-1.12.0-sources.jar/download</guid></item><item><title>Java-ISO8583 released /j8583/1.12.0/j8583-1.12.0.jar</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/j8583/files/j8583/1.12.0/j8583-1.12.0.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java-ISO8583</dc:creator><pubDate>Fri, 01 Jul 2016 14:36:02 -0000</pubDate><guid>https://sourceforge.net/projects/j8583/files/j8583/1.12.0/j8583-1.12.0.jar/download</guid></item><item><title>Miguel Carrillo posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/de8ff3f9/?limit=25#2056</link><description>OK. Tks a lot. I tried to include the headers as null but it didnt work. Hence I...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miguel Carrillo</dc:creator><pubDate>Wed, 20 Apr 2016 16:21:53 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/de8ff3f9/?limit=25#2056</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/de8ff3f9/?limit=25#fb38</link><description>ISO headers are optional. You don't have to set ISO headers for your message type....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Mon, 18 Apr 2016 14:47:20 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/de8ff3f9/?limit=25#fb38</guid></item><item><title>Miguel Carrillo posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/j8583/discussion/689417/thread/de8ff3f9/?limit=25#caa8</link><description>Hi, Could you please confirm if it is feasible to create iso messages with no header?....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miguel Carrillo</dc:creator><pubDate>Mon, 18 Apr 2016 14:23:56 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689417/thread/de8ff3f9/?limit=25#caa8</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#ea5f</link><description>Sure, just set the encoding in the message factory, as well as the forceCharacterEncoding...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Thu, 05 Nov 2015 16:40:35 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#ea5f</guid></item><item><title>Felix T posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#65e8</link><description>Sorry I forgot to ask this question too Do you support content Types EBCDIC &amp; BCD...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix T</dc:creator><pubDate>Thu, 05 Nov 2015 08:40:15 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#65e8</guid></item><item><title>Felix T posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#2d10</link><description>ok thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix T</dc:creator><pubDate>Thu, 05 Nov 2015 08:12:04 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#2d10</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#8b80</link><description>WDYM? When you encode messages in ASCII format, the bitmap is encoded as hex.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Wed, 04 Nov 2015 17:28:03 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#8b80</guid></item><item><title>Felix T posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#2fc0</link><description>Hello, I was wondering if this library supports hexdecimal values in the primary...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix T</dc:creator><pubDate>Wed, 04 Nov 2015 17:00:00 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/7c7e5e2c/?limit=25#2fc0</guid></item><item><title>Don Wise posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/9193f1c4/?limit=25#1bdb</link><description>Great work! This library alone has made working with ISO8583 much quicker. However,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Don Wise</dc:creator><pubDate>Sat, 17 Oct 2015 09:51:04 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/9193f1c4/?limit=25#1bdb</guid></item><item><title>Enrique Zamudio Lopez posted a comment on ticket #16</title><link>https://sourceforge.net/p/j8583/bugs/16/?limit=25#93b4</link><description>I'll add tests for this. Please file an issue on github to keep track of it (I don't...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Wed, 07 Oct 2015 18:34:29 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/16/?limit=25#93b4</guid></item><item><title>Alexandre Duquette posted a comment on ticket #16</title><link>https://sourceforge.net/p/j8583/bugs/16/?limit=25#58d5</link><description>I changed your code to : int i = pos; if (length % 2 != 0) { digits[start++] = (char)((buf[i]...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre Duquette</dc:creator><pubDate>Wed, 07 Oct 2015 16:08:29 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/16/?limit=25#58d5</guid></item><item><title>Alexandre Duquette created ticket #16</title><link>https://sourceforge.net/p/j8583/bugs/16/</link><description>Error parsing binary message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre Duquette</dc:creator><pubDate>Wed, 07 Oct 2015 16:01:43 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/16/</guid></item><item><title>Anonymous created ticket #15</title><link>https://sourceforge.net/p/j8583/bugs/15/</link><description>using extends for parse elements with a composite field in the child, fields which are children of composite fields gets inserted into top level</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 05 Oct 2015 16:57:23 -0000</pubDate><guid>https://sourceforge.net/p/j8583/bugs/15/</guid></item><item><title>Jonathan Cordero Duarte modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/af985d8f/?limit=25#b55a</link><description>Hello. It's posibble send TPDU message in Header field with the next format: htt...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Cordero Duarte</dc:creator><pubDate>Mon, 28 Sep 2015 18:06:25 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/af985d8f/?limit=25#b55a</guid></item><item><title>Jonathan Cordero Duarte posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/af985d8f/?limit=25#b55a</link><description>Hello. It's posibble send TPDU message in Header field with the next format:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Cordero Duarte</dc:creator><pubDate>Mon, 28 Sep 2015 18:06:14 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/af985d8f/?limit=25#b55a</guid></item><item><title>Renato Kosaka Araujo posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#05b7</link><description>Ok, thanks! I forgot to mention that I am using version 1.11.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Kosaka Araujo</dc:creator><pubDate>Tue, 07 Jul 2015 17:59:55 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#05b7</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#d47d</link><description>Please file the issue on github: github.com/chochos/j8583 I vaguely remember this...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Tue, 07 Jul 2015 17:54:37 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#d47d</guid></item><item><title>Renato Kosaka Araujo modified a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#e012</link><description>Hi! I am trying to use an xml configuration like this (I left only the relevant fields...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Kosaka Araujo</dc:creator><pubDate>Tue, 07 Jul 2015 17:51:21 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#e012</guid></item><item><title>Renato Kosaka Araujo posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#e012</link><description>Hi! I am trying to use an xml configuration like this (I left only the relevant fields...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Kosaka Araujo</dc:creator><pubDate>Tue, 07 Jul 2015 17:49:06 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/127a69cd/?limit=25#e012</guid></item><item><title>Enrique Zamudio Lopez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/94a4bcc9/?limit=25#cc71</link><description>Pues lo primero que deberías hacer es configurar slf4j con log4j a nivel trace, para...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique Zamudio Lopez</dc:creator><pubDate>Sat, 13 Jun 2015 16:40:03 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/94a4bcc9/?limit=25#cc71</guid></item><item><title>Jesús Domínguez posted a comment on discussion Help</title><link>https://sourceforge.net/p/j8583/discussion/689418/thread/94a4bcc9/?limit=25#0221</link><description>Buen día Enrique, antes que nada agradezco que te tomaras el tiempo y conocimientos...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesús Domínguez</dc:creator><pubDate>Fri, 12 Jun 2015 22:39:12 -0000</pubDate><guid>https://sourceforge.net/p/j8583/discussion/689418/thread/94a4bcc9/?limit=25#0221</guid></item></channel></rss>