Hello, Dose anybody knows how to set the minLength, maxLength for a string
property in a class within web service that will be the element attributes in
the wsdl file?
same cases are minValue and maxValue for a integer, whitespace for string
and some other data element restrictions.
thanks.
John Saunders - 28 Oct 2006 11:49 GMT
> Hello, Dose anybody knows how to set the minLength, maxLength for a string
> property in a class within web service that will be the element attributes
> in
> the wsdl file?
> same cases are minValue and maxValue for a integer, whitespace for string
> and some other data element restrictions.
I don't believe it's possible to set these or other restriction facets.
You'll have to define your own schema and not have .NET do it for you.
John