[Mono-bugs] [Bug 52123][Wis] Changed - could not run a Web Service client for TestService.asmx

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 17:34:27 -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 javierdiazm@yahoo.com.mx.

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

--- shadow/52123	2003-12-12 17:26:09.000000000 -0500
+++ shadow/52123.tmp.2413	2003-12-12 17:34:27.000000000 -0500
@@ -93,6 +93,32 @@
 ------- Additional Comments From javierdiazm@yahoo.com.mx  2003-12-12 17:26 -------
 proxy.cs was generated by running:
  wsdl -namespace:WebServiceTest -out:proxy.cs
 http://127.0.0.1:8080/TestService.asmx?wsdl
 
 while xsp was running
+
+------- Additional Comments From javierdiazm@yahoo.com.mx  2003-12-12 17:34 -------
+tberman mentioned that I needed to have extensions.dll on the same
+path where the client is running, so I did ...
+
+[javier@radeon test]$ mono ServiceClient.exe localhost
+Testing simple web service
+
+Unhandled Exception: System.Net.WebException: Request error. Return
+code was: NotFound
+in <0x0013a>
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse
+(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,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.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
+in <0x0023b>
+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.TestServiceSoap:Echo (string)
+in <0x000b3> WebServiceTest.ServiceClientTest:Main (string[])
+
+[javier@radeon test]$