cancel
Showing results for 
Search instead for 
Did you mean: 

a problem about incorrect return value

0 Kudos

Hi,expert:

we have a scenario ECC(Proxy)->PI->P6(soap), request and response message use the xslt mapping.

The response message contains chinese characters,but when the message come to PI,the chinese charater is garble.

The xml encoding is UTF-8.

I have tested this interface by soapui,and it can return the correct character.

How can i solve this problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member854360
Active Contributor
0 Kudos

Try to change the XML encoding by using XMLAnonymizerBean adapter module.

http://help.sap.com/saphelp_nw04/helpdata/en/45/d169186a29570ae10000000a114a6b/content.htm

Chinese Simplified (GB18030) GB18030

Chinese Simplified (GB2312) GB2312

Chinese Simplified (HZ) HZ

Chinese Traditional (Big5) Big5

Japanese (Shift-JIS) Shift_JIS

Japanese (EUC) EUC-JP

Korean EUC-KR

Unicode (UTF-8) UTF-8

refer this

http://htmlpurifier.org/docs/enduser-utf8.html

Former Member
0 Kudos

Use XMLAnonymizerBean Module in adapter module tab of the Communication Channel