[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
Thu Apr 7 02:09:52 EDT 2011


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

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


--- Comment #2 from Atsushi Enomoto <aenomoto at novell.com> 2011-04-07 06:09:51 UTC ---
This requires a couple of fixes regarding how XmlSerializerFormatAttribute
should be applied.

Full WCF works fine with this attribute, but in Silverlight this type does not
reside in System.ServiceModel.dll while all internal dependent code for this
attribute depends on System.Xml.Serialization and cannot be fixed without some
structural changes. Shouldn't be hard, but not cosmetic.

In Silverlight app, System.Xml.Serialization.dll must have corresponding
implementation inside, so what's important for our System.ServiceModel.dll is
to have consistent behavioral processing model for it.

-- 
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