[Mono-bugs] [Bug 51208][Maj] Changed - can't invoke two web service methods
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 26 Nov 2003 15:52:11 -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=51208
--- shadow/51208 2003-11-26 15:38:27.000000000 -0500
+++ shadow/51208.tmp.30977 2003-11-26 15:52:11.000000000 -0500
@@ -10,13 +10,12 @@
Component: System.Web
AssignedTo: lluis@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: can't invoke two web service methods
I'm playing with the weather web service provided by capescience.com, and
it seems to have exposed a bug in the web service client code. The first
invocation of a method works fine, but the second (even if it is a
different method), does not. I'm running CVS from this morning. Below is
@@ -277,6 +276,13 @@
<snorp> lluis: hmm, so that means it is all happening on one connection
<snorp> which seems bad
<lluis> snorp: that means that it tries to send both messages using
the same tcp connection
...
<lluis> in my test, it uses two connections
+
+------- Additional Comments From lluis@ximian.com 2003-11-26 15:52 -------
+James' test tries to send the second soap message using the same TCP
+connection, while in my test two connections are created. It seems
+that I'm behind a proxy that closes the connection or something. Maybe
+that web service engine is unable to process two soap requests using
+the same connection.