[Mono-bugs] [Bug 77191][Nor] Changed - [PATCH] Mono remoting runtime can not resolve overload method during remote request method call processing.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 5 11:58:22 EST 2007


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 robertj at gmx.net.

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

--- shadow/77191	2007-02-05 09:27:25.000000000 -0500
+++ shadow/77191.tmp.3064	2007-02-05 11:58:22.000000000 -0500
@@ -452,6 +452,22 @@
 
 
 ------- Additional Comments From lluis at ximian.com  2007-02-05 09:27 -------
 The patch looks correct (I hope it really is :-)
 Feel free to commit. 
 Thanks!
+
+------- Additional Comments From robertj at gmx.net  2007-02-05 11:58 -------
+We have to fix a similar problem in HttpChannel as well:
+
+In file
+
+http://svn.myrealbox.com/source/trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapMessageFormatter.cs
+
+BuildMethodCallFromSoapMessage() is calling
+
+SoapServices.DecodeXmlNamespaceForClrTypeNamespace()
+
+to get the type of method but it doesn't use the results.
+It goes ahead with the server type which is wrong. We need here
+a CastTo-like method.
+


More information about the mono-bugs mailing list