[Mono-bugs] [Bug 69189][Cri] Changed - Soap Serialization (SoapFormatter) not compatable with MS.NET (wrong binary encoding type?)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 6 Nov 2004 18:25:39 -0500 (EST)
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 eric@extremeboredom.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69189
--- shadow/69189 2004-11-06 18:24:39.000000000 -0500
+++ shadow/69189.tmp.14502 2004-11-06 18:25:39.000000000 -0500
@@ -97,6 +97,11 @@
The big differences I notice between the two files is that mono is using an
array to encode binary data while MS.NET is using base64, and the "ref" ids
are 1 higher on MS.NET than mono.
<someString id="ref-3">yo</someString>
<someString id="ref-2">yo</someString>
+
+------- Additional Comments From eric@extremeboredom.net 2004-11-06 18:25 -------
+Created an attachment (id=13164)
+example code
+