[Mono-bugs] [Bug 51198][Wis] Changed - the soap can't work with mod_mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 03:50: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 xiaoming.lin@longshine.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51198

--- shadow/51198	2003-11-20 03:08:53.000000000 -0500
+++ shadow/51198.tmp.17235	2003-11-20 03:50:05.000000000 -0500
@@ -1,10 +1,10 @@
 Bug#: 51198
 Product: Mono/Class Libraries
 Version: unspecified
-OS: unknown
+OS: Red Hat 9.0
 OS Details: 
 Status: RESOLVED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System.Web
@@ -40,6 +40,42 @@
 ------- Additional Comments From gonzalo@ximian.com  2003-11-20 03:08 -------
 This is an incomplete bug report. You should provide more information.
 
 Anyway, a couple of days ago some fixes for mod_mono/xsp went in that
 probably fix your problem. If you can try CVS and check it out, it
 would be great. Also, a new release will be out soon.
+
+------- Additional Comments From xiaoming.lin@longshine.com  2003-11-20 03:50 -------
+Steps to reproduce the problem:
+1. download the latest mod_mono from cvs
+2. work fully in accordance with the file "INSTALL"(may be the file 
+should be update)
+3. http://127.0.0.1/mono/index.aspx , it works
+4.mono ServiceClient.exe 127.0.0.1:80
+
+Actual Results:
+Testing simple web service
+
+Unhandled Exception: System.Exception: Return code was: NotFound
+in <0x0012b> 
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse 
+(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessag
+e,System.Web.Services.Protocols.SoapExtension[])
+in <0x0007d> (wrapper remoting-invoke-with-check) 
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse 
+(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessag
+e,System.Web.Services.Protocols.SoapExtension[])
+in <0x00225> 
+System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke 
+(string,object[])
+in <0x0006b> (wrapper remoting-invoke-with-check) 
+System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke 
+(string,object[])
+in <0x0005e> WebServiceTest.TestService:Echo (string)
+in <0x00058> (wrapper remoting-invoke-with-check) 
+WebServiceTest.TestService:Echo (string)
+in <0x000dd> WebServiceTest.ServiceClientTest:Main (string[])
+
+Segmentation fault
+
+Expected Results:
+