[Mono-bugs] [Bug 47703][Wis] New - Wrong remoting channel default
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 12:13:31 -0400 (EDT)
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 paul.moore06@ca.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47703
--- shadow/47703 2003-08-18 12:13:31.000000000 -0400
+++ shadow/47703.tmp.31385 2003-08-18 12:13:31.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 47703
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: paul.moore06@ca.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Wrong remoting channel default
+
+The http channel on mono defaults to binary formatter.
+ The ms.net one defaults to SOAP.
+
+ This means that a simple test remoting app works fine when both run
+ under mono but needs to be tweaked if one piece runs uder .net and the
+ other under mono.
+
+ The mono default should be the same as the .net default