Validation soap messages in WCF C# -
is possible check if field marked [datacontract]
belongs list of string
?
i mean that:
[datacontract(possiblevalues=somelist)] string value;
not directly, implement dataannotations implement server side validation. see here examples.
Comments
Post a Comment