[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 10:31:38 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59003
--- shadow/59003 2004-05-25 01:43:06.000000000 -0400
+++ shadow/59003.tmp.26409 2004-05-25 10:31:38.000000000 -0400
@@ -100,6 +100,11 @@
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?
+
+------- Additional Comments From atsushi@ximian.com 2004-05-25 10:31 -------
+Created an attachment (id=7824)
+This might fix the bug (it looks happen if the input is empty element)
+