Is it possible to set a requirement in WCF that a specific string datamember have a maximum length?
I'm essentially wanting to do some basic validation, and enhancing the implicit documentation that WSDL gives you.
I'm pretty sure that its possible when writing raw WSDL, but am not sure if you can do it in WCF using attributes etc.
And related, require that an array property have at least one element in it...