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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  2007-02-05 09:27 -------
 The patch looks correct (I hope it really is :-)
 Feel free to commit. 
 Thanks!
+
+------- Additional Comments From [EMAIL PROTECTED]  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.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to