Re: Problems with special characters in XML
- From: Martin Honnen <mahotrash@xxxxxxxx>
- Date: Thu, 24 Jan 2008 15:35:49 +0100
Norbert Pürringer wrote:
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?
I have never understood why you need a web service if you want to return an XML document. Consider to simply use a HTTP handler on the server which returns the XML document as needed.
As for the web service problem, there is microsoft.public.dotnet.framework.aspnet.webservices.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
.
- 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: Re: Problems with special characters in XML
- Previous by thread: Re: Problems with special characters in XML
- Next by thread: Re: Problems with special characters in XML
- Index(es):
Relevant Pages
|