[Mono-bugs] [Bug 70384][Wis] Changed - XmlSerializer fails to serialize Microsoft.Web.Services2.SoapEnvelop

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 08:24:54 -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 lluis@ximian.com.

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

--- shadow/70384	2005-02-18 15:16:46.000000000 -0500
+++ shadow/70384.tmp.2231	2005-03-29 08:24:54.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70384
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: borodin@zg.bezopasnost.ru               
 QAContact: mono-bugs@ximian.com
@@ -60,6 +60,11 @@
 
 
 ------- Additional Comments From miguel@ximian.com  2005-02-18 15:16 -------
 WSE2 likely has internal information that we lack at this point.
 
 The best course of action is to implement our own stack.
+
+------- Additional Comments From lluis@ximian.com  2005-03-29 08:24 -------
+The serializer issue should now be fixed in SVN. The serializer now
+supports any subclass of XmlNode. However, this doesn't mean that WSE
+will work, as Miguel pointed out.