[Mono-bugs] [Bug 51846][Nor] Changed - MONO having problems accessing BEA WebLogic WebService
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Feb 2004 19:11:06 -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=51846
--- shadow/51846 2004-02-11 18:13:06.000000000 -0500
+++ shadow/51846.tmp.28451 2004-02-11 19:11:06.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 51846
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 004 Four hours
Priority: Normal
Component: Sys.Web.Services
AssignedTo: lluis@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -123,6 +123,11 @@
r
Note....The problem is that when using MONO the client program just
sits there forever, but it works fine when running the MCS generated
client on the MS.NET implementation.
+
+------- Additional Comments From lluis@ximian.com 2004-02-11 19:11 -------
+Ok, bug fixed in CVS. The problem was that the server was including an
+empty soap header in the response, and our implementation didn't
+expect that. Thanks for the bug report!