Re: Problems with special characters in XML
- From: "Andy Fish" <ajfish@xxxxxxxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 16:44:06 -0000
i would guess that your problem is to do with the HTTP encoding. Probably
your web service is sending a HTTP header specifying UTF-8 encoding (which
obviously doesn't match up with the XML document)
you might need to use a network monitor like ethereal to figure out what is
actually going over the wire
FWIW with my current application, we use utf-8 wherever possible (certainly
for all XML files and HTTP traffic) because it minimises these sort of
issues
Andy
"Norbert Pürringer" <thalion77@xxxxxxxxxxxx> wrote in message
news:bbb152bf-fd81-4571-b761-0b1b2ff78fd0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The problem seems to be the webservice. In the context of the
webserver, the XML document is able to read out the encoding
correctly. But if a client gets the XML document through a web service
call, the XML document does not contain any correct special
characters. What must be done to solve my problem?
.
- References:
- Problems with special characters in XML
- From: Norbert Pürringer
- Re: Problems with special characters in XML
- From: Andy Fish
- Re: Problems with special characters in XML
- From: Norbert Pürringer
- Problems with special characters in XML
- Prev by Date: Re: Problems with special characters in XML
- Next by Date: Validation of a stack of XSD files (.NET 2.0)
- Previous by thread: Re: Problems with special characters in XML
- Next by thread: Re: Problems with special characters in XML
- Index(es):
Relevant Pages
|