[Mono-bugs] [Bug 51208][Maj] Changed - can't invoke two web service methods
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 12:29:05 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51208
--- shadow/51208 2003-11-20 11:37:31.000000000 -0500
+++ shadow/51208.tmp.27505 2003-11-20 12:29:05.000000000 -0500
@@ -84,6 +84,18 @@
you try to isolate this out of the s.w.s classes and get a sys.net
example?
------- Additional Comments From james@ximian.com 2003-11-20 11:37 -------
I don't think it is a problem with a specific request, because the
method that succeeds the first time has the same problem.
+
+------- Additional Comments From gonzalo@ximian.com 2003-11-20 12:29 -------
+3 runs in a row:
+
+gpanjav@k7:/tmp/temp/webservice-test$ mono --debug weather.exe
+Temperature: 13.9
+gpanjav@k7:/tmp/temp/webservice-test$ mono --debug weather.exe
+Temperature: 13.9
+gpanjav@k7:/tmp/temp/webservice-test$ mono --debug weather.exe
+Temperature: 13.9
+
+It works for me.