[Mono-bugs] [Bug 75537][Nor] New - Invoking overloaded function
with remoting
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 12 10:26:56 EDT 2005
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 roeie at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75537
--- shadow/75537 2005-07-12 10:26:56.000000000 -0400
+++ shadow/75537.tmp.4180 2005-07-12 10:26:56.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 75537
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: roeie at mainsoft.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Invoking overloaded function with remoting
+
+Description of Problem:
+
+When a client, that is running on MS.NET platform invokes an overloaded
+remote function of a remote object that is hosted in MONO enviroment, the
+SoapMessage that the server recieves include a soap header, that contains
+the method signature of the specific invoked function.
+The SoapFormatter fails to deal with this header, and an exception is
+thrown
+
+Steps to reproduce the problem:
+1. write a class with two overloaded functions
+2. register this type as remoteable within MONO enviroment
+3. try to invoke one of the functions from an MS.NET client
+
+Actual Results:
+
+The Server fails to parse the message, and therefore sent back a
+ServerFault message
+
+Expected Results:
+
+The right function should be invoked
+
+How often does this happen?
+
+every time
+
+Additional Information:
More information about the mono-bugs
mailing list