[Mono-bugs] [Bug 391782] WCF breaks down between Linux client and Windows server

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 22 15:45:02 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=391782

User schmmd at cs.washington.edu added comment
https://bugzilla.novell.com/show_bug.cgi?id=391782#c1





--- Comment #1 from Michael Schmitz <schmmd at cs.washington.edu>  2008-05-22 13:45:02 MST ---
This seems to be a difference in the xml string name for the types.  In .NET,
the type is called "TimeSpan".  In OLIVE the type is called "duration".  By
changing all strings "duration" to "TimeSpan" in the KnownTypesConnection.cs, I
was able to communicate TimeSpans between .NET and MONO correctly.  I am sure
that someone could keep "duration" but add "TimeSpan" so that both worked. 
This would ensure compatibility with .NET and OLIVE.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list