Re: Problems with special characters in XML

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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?



.



Relevant Pages

  • Re: XML
    ... > Afri wrote: ... > the http library is used for fetching data from a http server. ... I do want to SEND a WCTP XML document to a paging service. ... My impression from SOAP is that it is not the XML variant WCTP uses. ...
    (comp.lang.tcl)
  • Re: cstring to cbytearray conversion
    ... which tx the http data as unicode; ... using the encoding header in the http protocol (UTF-8) ... too sure if some character that is not encoded as one octet in UTF-8 ... encoding and if I want to store this file ...
    (microsoft.public.vc.mfc)
  • RE: Invalid high surrogate character (0xDEB6).
    ... Microsoft MSDN Online Support Lead ... Should I be encoding the text somehow? ... Invalid high surrogate character. ... I am building an XML document using the standard calls to create ...
    (microsoft.public.dotnet.xml)
  • Re: aspx/html file bigger than 170KB truncated
    ... There is nothing "wrong" with chunked content encoding. ... HTTP defines many ... Do you have any custom ISAPI filters enabled on the server? ... explorer to an aspx page. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: aspx/html file bigger than 170KB truncated
    ... There is nothing "wrong" with chunked content encoding. ... HTTP defines many ... Do you have any custom ISAPI filters enabled on the server? ... explorer to an aspx page. ...
    (microsoft.public.dotnet.framework.aspnet)