Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog')
-rw-r--r--mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
index c2ea35962b2..47d41efa66e 100644
--- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
+++ b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
@@ -1,3 +1,14 @@
+2004-07-26 Lluis Sanchez Gual <lluis@ximian.com>
+
+ * SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add the
+ return value to the SoapMessage even if it is null. This fixes bug #61837.
+
+2004-07-06 Lluis Sanchez Gual <lluis@ximian.com>
+
+ * SoapMessageFormatter.cs: In BuildMethodCallFromSoapMessage, set get the
+ parameters from the SoapMessage by position, not by name, since names
+ may be different. This fixes bug #60427.
+
2004-06-16 Lluis Sanchez Gual <lluis@ximian.com>
* SoapServerFormatterSink.cs: Removed unneded method.