Can someone point (or answer here, if possible) me to the material/reference which describes how to use MessageContrac
t in WCF operations correctly. I have read this document.
I would like to know:
1) What limitations are there while using MessageContract
as return value of the operation contract?
2) What if the class decorated withe the MessageContract
has a property which returns an object of the class which is decorated with XmlRoot
?
3) Are there any limitations or considerations if MessageContract
is going to contain arrays or collections?