Call Web Service method with Unicode chars in Query string
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created a web service with one method called SendTestMeail. Method has one parameter call comment type string. When i call this method through the URL with Query string Like: incase of English text : http://localhost/WebServices/MailSender.asmx/SendTestMeail?comments=testing by parwej it is working file But, In case of Cyrillic Char (Unicode) http://localhost/WebServices/MailSender.asmx/SendTestMeail?comments=К Л М Н О П Р С Т It is showing "?" marks for all Cyrillic characters on server side. Please sugges me how can i pass unicode in query string whin i call a web service method.
Parwej Ahamad R & D: REST services with WCF