A
Abdulfatah A. Reslan
Dear Sir:
i develp web service by using C# this web service have 2 web method wich
return some information on XML format.
the problem is the XML information returned by web method contain utf-16
encoding in first line , this first line:
<?xml version="1.0" encoding="utf-16"?>
but when web method invoked or run from other web site or application the
utf-16
replaced with utf-8,
please help me how i can retrive the utf-16 encoding from my web method
i develp web service by using C# this web service have 2 web method wich
return some information on XML format.
the problem is the XML information returned by web method contain utf-16
encoding in first line , this first line:
<?xml version="1.0" encoding="utf-16"?>
but when web method invoked or run from other web site or application the
utf-16
replaced with utf-8,
please help me how i can retrive the utf-16 encoding from my web method