posted 12 years ago
Hi Team,
I'm passing this msg "1234567HHHD" to mainframe MQ, that service accepts only 11 bytes as a input, the mainframe guy debug and said that he is getting 83 bytes, so it fails.
"1234567HHHD". getBytes() // this is the code which I used to convert.
when I print it shows the length 11, but something I missed, am not sure what and how to get it. Please let me know if you need more information.