[Mono-bugs] [Bug 49589][Wis] Changed - Webservices cant handle a method with [return:XmlAnyElement]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 15:50:10 -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=49589
--- shadow/49589 2004-01-12 20:45:05.000000000 -0500
+++ shadow/49589.tmp.24284 2004-01-20 15:50:10.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 49589
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Web.Services
AssignedTo: lluis@ximian.com
ReportedBy: bmaurer@users.sf.net
@@ -95,6 +95,9 @@
------- Additional Comments From lluis@ximian.com 2003-10-14 11:00 -------
According to the documentation, XmlAnyElement can only be applied to
members of type XmlElement or XmlNode. I tried that test case on MS,
and although it compiles, it crashes when the method is invoked. I can
remove the check in XmlSerializer, but it does not make any sense to
me, since the code won't run anyway.
+
+------- Additional Comments From miguel@ximian.com 2004-01-20 15:50 -------
+Am setting this to NEEDINFO, Ben please reopen or close.