I'm trying to return string like "\u0001" from web method, but client gets
exception
System.InvalidOperationException: There is an error in XML document (1,
978). --
-> System.Xml.XmlException: '', hexadecimal value 0x01, is an invalid
character
. Line 1, position 1001.
What's wrong??
Thank you.
Martin Kulov - 11 Jan 2006 18:52 GMT
> I'm trying to return string like "\u0001" from web method, but client
> gets exception
[quoted text clipped - 4 lines]
> character
> . Line 1, position 1001.
Why do not you base64 encode the string contain special characters and all
will be fine.
Regards,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
denis_rusakov@epam.com - 12 Jan 2006 12:54 GMT
Thank you very much.
>> I'm trying to return string like "\u0001" from web method, but client
>> gets exception
[quoted text clipped - 9 lines]
>
> Regards,