Hello Hans,

the problem we have is that the webservice server expects the data we are sending to it to be encoded in UTF-8, I thought this shouldn't be a problem because UTF-8 is the standard in Java. currently we are experiencing problems with webservice calls containing german special characters like ß,ä,ö and so on. is there any way to configure the Axis2 webservice client which encoding to use?

I'm also using axis2 as a client for my web service, and UTF-8 for encoding, and it works just fine for both Serbian latin letters (e.g. č, ć), and Serbian cyrillic (e.g. љ, њ, џ, ћ).

Did you try to capture the XML messages with TCPMon?

If you have String literals with German characters in Java source, did you compile your code with appropriate switch?

Regards,
Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to