[Mono-bugs] [Bug 59003][Maj] Changed - MONO Beta 1 Bug in Web Service Deserializer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 01:43:06 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/59003	2004-05-24 23:05:52.000000000 -0400
+++ shadow/59003.tmp.17025	2004-05-25 01:43:06.000000000 -0400
@@ -92,6 +92,14 @@
 All the time on MONO Beta 1.
 
 ------- Additional Comments From davidandrewtaylor@hotmail.com  2004-05-24 23:05 -------
 Created an attachment (id=7816)
 Test case showing MONO Beta 1 bug.
 
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-05-25 01:43 -------
+As a Hint: I think it might be MONO not handling the way AXIS is 
+encoding empty arrays as in:
+<prices xsi:type="soapenc:Array" soapenc:arrayType="ns3:Price[0]" />
+From the exception we can guess MONO is still looking for the array 
+in the XML but AXIS doesn't encode anything other than the line 
+shown.  Is this what is causing the bug in MONO?