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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 13:08:49 -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 borodin@zg.bezopasnost.ru.

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

--- shadow/70384	2004-12-09 13:08:49.000000000 -0500
+++ shadow/70384.tmp.23058	2004-12-09 13:08:49.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 70384
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: borodin@zg.bezopasnost.ru               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlSerializer fails to serialize Microsoft.Web.Services2.SoapEnvelop
+
+When I'm trying to serialize Microsoft.Web.Services2.SoapEnvelope (from
+windows dll) using XmlSerializer, a expection is generated:
+
+Unhandled Exception: System.InvalidOperationException: Objects of type
+'Microsoft.Web.Services2.SoapEnvelope' can't be serialized
+in <0x003be>
+System.Xml.Serialization.XmlReflectionImporter:ImportXmlNodeMapping
+(System.Type,System.Xml.Serialization.XmlRootAttribute,string)
+in <0x00154>
+System.Xml.Serialization.XmlReflectionImporter:ImportTypeMapping
+(System.Type,System.Xml.Serialization.XmlRootAttribute,string)
+in <0x00153>
+System.Xml.Serialization.XmlReflectionImporter:ImportElementInfo
+(string,string,System.Type,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes)
+in <0x00c2c>
+System.Xml.Serialization.XmlReflectionImporter:CreateMapMember
+(System.Xml.Serialization.XmlReflectionMember,string)
+in <0x0026f>
+System.Xml.Serialization.XmlReflectionImporter:ImportClassMapping
+(System.Type,System.Xml.Serialization.XmlRootAttribute,string)
+in <0x00106>
+System.Xml.Serialization.XmlReflectionImporter:ImportTypeMapping
+(System.Type,System.Xml.Serialization.XmlRootAttribute,string)
+in <0x000ef> System.Xml.Serialization.XmlSerializer:.ctor
+(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,string)
+in <0x00021> System.Xml.Serialization.XmlSerializer:.ctor (System.Type)
+
+can you please say if it is possible to deal with this SoapEnvelope now?