cancel
Showing results for 
Search instead for 
Did you mean: 

XI, WebService Call, XML incoming request Umlauts go into "#"

Former Member
0 Kudos

Hi

we have following problem. We have WebService defined in XI.

Request XML file comes from external system to call WebService, and in one of the fields there is German Umlaut character. But in XI Monitoring this Umlaut is changed into "#" character.

How to achieve that Umltauts go as umlauts to message mapping?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi Walczak,

Try using a different encoding format for the XML message, which support the German Characters.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

We use UTF-8. Is it not supporting German umlauts? UTF-8 encoding is defined in incoming XML message in WebService.

former_member181962
Active Contributor
0 Kudos

YOu may want to try the Format: ISO-8859-1 instead of the UTF-8 format.

Regards,

Ravi Kanth Talagana