[Mono-bugs] [Bug 72202][Wis] New - Default encoding for web services

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 20:27:31 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by juancri@tagnet.org.

http://bugzilla.ximian.com/show_bug.cgi?id=72202

--- shadow/72202	2005-02-03 20:27:31.000000000 -0500
+++ shadow/72202.tmp.22751	2005-02-03 20:27:31.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 72202
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: juancri@tagnet.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Default encoding for web services
+
+Web Services generated by Mono use us-ascii by default (WSDL and SOAP 
+response). MS.NET uses UTF-8.
+
+Test case:
+
+public class Service1 : System.Web.Services.WebService
+{
+	[WebMethod]
+	public string HelloWorld()
+	{
+		return "Hello World";
+	}
+}
+
+This issue causes incomplete information returning non-ascii characters. 
+eg: ñ á é í