[Mono-bugs] [Bug 58123][Maj] New - Soap serialization broken ?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 07:01:18 -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 gkodinov@openlinksw.co.uk.

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

--- shadow/58123	2004-05-06 07:01:18.000000000 -0400
+++ shadow/58123.tmp.8260	2004-05-06 07:01:18.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 58123
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Fedora Core 1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gkodinov@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Soap serialization broken ?
+
+See the attached file - this returns : 
+
+Point
+
+under MS.NET and the following under mono/Linux (as compiled from the CVS):
+
+$ mono gogo.exe 
+
+Unhandled Exception: System.FormatException: Index (zero based) must be
+greater than or equal to zero and less than the size of the argument list.
+in <0x0016d> System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])
+in <0x0003d> System.String:Format (System.IFormatProvider,string,object[])
+in <0x0005e> System.String:Format (string,object,object)
+in <0x001f9>
+System.Runtime.Serialization.Formatters.Soap.SoapTypeMapper:get_Item
+(System.Runtime.Serialization.Formatters.Soap.Element)
+in <0x000ae>
+System.Runtime.Serialization.Formatters.Soap.SoapReader:Deserialize ()
+in <0x00132>
+System.Runtime.Serialization.Formatters.Soap.SoapReader:Deserialize
+(System.IO.Stream,System.Runtime.Serialization.Formatters.ISoapMessage)
+in <0x000c8>
+System.Runtime.Serialization.Formatters.Soap.SoapFormatter:Deserialize
+(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler)
+in <0x00017>
+System.Runtime.Serialization.Formatters.Soap.SoapFormatter:Deserialize
+(System.IO.Stream)
+in <0x000fa> gogo:obj_deserialize (byte[])
+in <0x00068> gogo:Main (string[])