Hi Team
Scenario:
B2B(MQ)->XI->ECC(IDOC)
Issue:
invalid Chinese char are sent to XI via JMS MQ .
When the data is pulled by XI we get invalid Chinese char in moni.
Interface was pass through in XI.
But when i process the file manually from XI i could see that the data is processed with valid Chinese char.
I assume that some the encoding is getting mismatched can you let me know what needs to be checked.
EX:
data recevived via MQ:
<PARNR>沃尔玛ä¸å›½å¤©æ´¥é…é€ä¸å¿ƒ 7466</PARNR>
Data received when manually sent:
<PARNR>沃尔玛中国天津配送中心 7466</PARNR>
Regards,
Amresh