Re: Problems with special characters in XML

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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/
.



Relevant Pages

  • There was an error generating the XML document. --> Object reference not set to an instance
    ... I've written a web service that returns an xml document with some ... information about documents in a Sharepoint Server, ... Server was unable to process request. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Passing an XML document to a web service
    ... The web service will be on an IBM box, ... > Web services will do serialization for you. ... > You have two options to pass xml document between the client and the ... If that fails, use string. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Web Service calling RPGLE Service Program..?
    ... an XML document has no set length and with integrating a Web Service ... with RPGLE my max length is 65535 for a character ... java program that actually calls an RPGLE Service program passing the ...
    (comp.sys.ibm.as400.misc)
  • RE: XML Documents to Web service
    ... >You can pass an XML document to the web service. ... >Note When you use the wizard to create receive ... >>Publishing an Orchestration as a Web Service using the ...
    (microsoft.public.biztalk.general)
  • Re: send soap message
    ... I'm trying to find out how to create an xml document with the above ... > you using .Net or the Soap toolkit. ... > If you are developing your web service client in .Net then you can build ... > framework for an example on how to POST data over Http. ...
    (microsoft.public.dotnet.xml)