[Mono-bugs] [Bug 50029][Nor] Changed - Response with no data

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Dec 2003 15:15:24 -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=50029

--- shadow/50029	2003-12-15 10:17:19.000000000 -0500
+++ shadow/50029.tmp.27660	2003-12-15 15:15:24.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 50029
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: lluis@ximian.com                            
 ReportedBy: javierdiazm@yahoo.com.mx               
 QAContact: mono-bugs@ximian.com
@@ -95,6 +95,18 @@
 In order to run ServiceClient.pl you'll need SOAP::Lite from cpan, you
 can get it from channel RPMPAN using redcarpet (by activating
 opencarpet service)
 
 ------- Additional Comments From gonzalo@ximian.com  2003-12-12 16:18 -------
 Adding lluis to the CC after verifying that it fails
+
+------- Additional Comments From lluis@ximian.com  2003-12-15 15:15 -------
+There are several problems with the test:
+* SOAP::Lite uses the RPC format, and the TestService.asmx uses
+document/literal.
+* The uri should be "http://tempuri.org/", which is the default for asmx.
+* The SOAP action is also wrong.
+
+
+I added a check for valid SOAP action. Apart from that, mono behaves
+like MS.NET.
+