Home All Groups Group Topic Archive Search About

Unicode Character (Polish) in a C# XML Web Service

Author
15 Nov 2004 3:01 PM
DWillems
Hello,

I have developped a C# XML Web Service. Methods of this Web Service will be
accessed by a SAP  Business Connector via XML.

This all architecture will have to run for several countries as Poland and
their own characters (Example : ąęłśżąęłśżąęł).

In fact my web service works fine except with those charachters. We have
checked the packages sent through the network and everything seems fine until
it gets into my web service. Then in my web method, all characters are
replaced by ????? (question marks).

If now I access my web service via internet explorer and I enter those
polish characters in the fields on the page, they pass correctly in my
webmethod.

here the globalization parameters :

<globalization
            requestEncoding="utf-8"
            responseEncoding="utf-8"

    />

Is there an explaination to this or a solution ?

AddThis Social Bookmark Button