[Mono-bugs] [Bug 681747] Different web service requests between SL and ML causes request to fail

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 8 04:28:14 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=681747#c3


--- Comment #3 from Atsushi Enomoto <aenomoto at novell.com> 2011-04-08 08:28:13 UTC ---
Turned out that there isn't known Silverlight-compatible way to do it.

XmlSerializerFormatAttribute should internally create
XmlSerializerOperationBehavior and attach it to OperationDescription.Behaviors.
But there is no public XmlSerializerOperationBehavior constructor. There is
actually one non-public constructor that takes "OperationReflector" which is
totally unknown (i.e. MS internal type), so we cannot even get working
XmlSerializerOperationBehavior via FormatterServices.GetUninitializedObject().

The internal access list that we have in moon module does not describe anything
related to XmlSerializerFormatAttribute, but I actually found that
System.ServiceModel.dll references it (grep the assembly), so it seems that the
internal access list is incomplete.

Until it gets known, it is not possible to "fix" this issue.

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


More information about the mono-bugs mailing list