[Mono-bugs] [Bug 70384][Wis] Changed - XmlSerializer fails to serialize Microsoft.Web.Services2.SoapEnvelop
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 15:16:46 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70384
--- shadow/70384 2005-01-20 09:32:46.000000000 -0500
+++ shadow/70384.tmp.21502 2005-02-18 15:16:46.000000000 -0500
@@ -55,6 +55,11 @@
current XmlSerializer can't serialize ANY object that inherits
XmlDocument, and problem is in that
System.Xml.Serialization.XmlReflectionImporter:ImportXmlNodeMapping -
it has presets for node, element, text node, document and nothing else
- any other type generates exception
+
+------- 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.