[Mono-bugs] [Bug 51193][Wis] New - SoapHttpClientProtocol throws the wrong exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Nov 2003 23:45:36 -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=51193
--- shadow/51193 2003-11-19 23:45:36.000000000 -0500
+++ shadow/51193.tmp.13287 2003-11-19 23:45:36.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 51193
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SoapHttpClientProtocol throws the wrong exception
+
+Run the ServiceClient.exe that is in xsp/test like this:
+
+mono ./ServiceClient.exe 127.0.0.1/non-existent-dir
+
+Actual results:
+Unhandled Exception: System.Exception: Return code was: NotFound
+in <0x0012c>
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse
+(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
+
+Expected results:
+Unhandled Exception: System.Web.WebException: Return code was: NotFound