[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Validation of Web Method parameters

unknown

9/4/2003 10:34:00 AM

Is there any way, using declarative attributes, to specify the values that
are acceptable for the parameter of a web method? I would like to restrict
a parameter to certain values, and I'm interested in the best place to my
logic. The most convenient for me would be to make it an attribute and let
the WSDL take it into account automatically -- does such an attribute
exist?