cancel
Showing results for 
Search instead for 
Did you mean: 

Characters With German Umlaut in webservice

Former Member
0 Kudos

Hello,

i have a requirement wherein i have to pass Characters With German Umlaut in my web service but when i see the trace they are getting converted into dots.

does anyone have solution for it?

Regards,

Gunjan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Ideally this should not be a problem. Please provide more information.

Where you are checking trace? (PI?)

Are you getting response or request as dots?

Can you check encoding?

Check this out, to me it seems problem related to encoding: http://www.sqldbu.com/eng/sections/tips/utf8.html

The problem mainly arise because of mismatching of encoding: ISO-8859-1 and UTF-8.

so double check encoding type provided in request and response.

Regards,

Gourav