What is the character set used by iso8583 version 1993. Currently we tried with ISO-8859-1 and its not working. With Character set(ISO-8859-1) I am able to read the massage but when I try to send response it is not working.
Do I need to set any specific header type in xml file to send ISO8583 1993 request like I set for normal ISO massage as follows :
<header type="0800">ISO015000015</header>
<header type="0810">ISO015000015</header>
<header type="0100">ISO015000050</header>
<header type="0110">ISO015000055</header>