[Mono-bugs] [Bug 70699][Nor] Changed - webmethod with [SoapDocumentMethod(OneWay=true)] attribute doesn't return immediately

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 16:48:01 -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=70699

--- shadow/70699	2005-02-04 09:41:17.000000000 -0500
+++ shadow/70699.tmp.15487	2005-02-16 16:48:01.000000000 -0500
@@ -12,12 +12,13 @@
 ReportedBy: tori@alfanet.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: webmethod with [SoapDocumentMethod(OneWay=true)] attribute doesn't return immediately
+BugsThisDependsOn: 72655
 
 I made a webservice. The method has a [SoapDocumentMethod(OneWay=true)] 
 attribute. So it should return right after call and do it's work in the 
 background. It works fine with IIS, but with apache+mono I have to wait 
 the method to do it's work, and it returns just after that.
 The other problem is that there could be more clients at the same time