[Mono-bugs] [Bug 53170][Nor] Changed - WebService hangs when trying to pass a Dataset in the parameters
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Jan 2004 08:53:35 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53170
--- shadow/53170 2004-01-21 10:03:34.000000000 -0500
+++ shadow/53170.tmp.23713 2004-01-27 08:53:35.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: RedHat 9.0, MySql 4.0, XSP, Mono 0.29, xsp 0.8
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web.Services
AssignedTo: mono-bugs@ximian.com
ReportedBy: mono@appshelf.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -243,6 +243,13 @@
public int EndTestDS(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
}
}
+
+------- Additional Comments From lluis@ximian.com 2004-01-27 08:53 -------
+There have been recent changes about DataSet serialization, so maybe
+your problem is now fixed. Can you get the latest CVS code and try
+again? If it still fails, a test web service that shows the problem
+would be of great help.
+Thanks.