Hi.
I am new to iso8583 messaging and i was reviewing the use of j8583. I have examined how to create and send an ISO msg thru a channel, but i didn´t see a method to set the TPDU field. Is theres something i missing or it´s implicit or automatic when creating the message¿?. Thanks in advance.
Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late response. You can use the ISO header field to set the TPDU if you need it to be before the message type. If you need it to between the message type and the bitmap there is no method to do that but you can modify the code to insert your TPDU right there. I will add TPDU functionality at some point but it is not a priority right now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I am new to iso8583 messaging and i was reviewing the use of j8583. I have examined how to create and send an ISO msg thru a channel, but i didn´t see a method to set the TPDU field. Is theres something i missing or it´s implicit or automatic when creating the message¿?. Thanks in advance.
Mike
Sorry for the late response. You can use the ISO header field to set the TPDU if you need it to be before the message type. If you need it to between the message type and the bitmap there is no method to do that but you can modify the code to insert your TPDU right there. I will add TPDU functionality at some point but it is not a priority right now.
Hello.
It's posibble send TPDU message in Header field with the next format:
https://docs.google.com/drawings/d/1t80hCm-VSEjQog7s6DRqoorhNtIwff8lfwLvGfP5S7Y/edit?usp=sharing
Last edit: Jonathan Cordero Duarte 2015-09-28
How do you set TPDU in the ISO header field? could you provide some sample code.