[Mono-bugs] [Bug 74760][Nor] Changed - Mono does not mangle SOAP-serialized names like MS.Net

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 09:58:57 -0400 (EDT)


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 lluis@ximian.com.

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

--- shadow/74760	2005-05-02 18:01:45.000000000 -0400
+++ shadow/74760.tmp.30213	2005-05-03 09:58:57.000000000 -0400
@@ -2,16 +2,16 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: Fedora Core 3 and Windows 2000
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: lluis@ximian.com                            
 ReportedBy: ravitch@nrtc.northrop.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Mono does not mangle SOAP-serialized names like MS.Net
@@ -93,6 +93,12 @@
 
 
 ------- Additional Comments From ravitch@nrtc.northrop.com  2005-05-02 18:01 -------
 Created an attachment (id=15053)
 New patch version - uses XmlConvert.EncodeLocalName
 
+
+------- Additional Comments From lluis@ximian.com  2005-05-03 09:58 -------
+This is a bit more complex since the inclusion of the class name in
+the field name is done at very low level. In fact,
+FormatterServices.GetSerializableMembers seems to return fake members
+with the modified name. I'll take a look at this.