all groups > dotnet web services > october 2006 >
You're in the

dotnet web services

group:

how to set restriction attributes in wsdl file?


how to set restriction attributes in wsdl file? gszhang
10/27/2006 12:49:02 PM
dotnet web services: 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.
Re: how to set restriction attributes in wsdl file? John Saunders
10/28/2006 6:49:28 AM
[quoted text, click to view]

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

AddThis Social Bookmark Button