Hi, Sixes wrote: > The difference occurs on Deserialize. .NET reads the first envelope and > leaves the stream pointer at the end of the xml. Mono tries to read to the > end of the file and complains about two root elements. I'm not sure which > is correct behaviour.
IIRC, MS.NET 1.1 SoapFormatter used to behaves like this. So it's possible that Mono's SoapFormatter was not updated to match MS.NET 2.0. Please file a bug with a test case. Robert _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
