Why not validate these within the WS method?
"Jackie W" <jw@notavalid.mail> wrote in message
news:dp**********@nyytiset.pp.htv.fi...
Has .NET any XML-based validation framework or tool classes to validate
parameters passed to an Web Service?
I need only couple of types validation
- is parameter passed to Web Service method empty
- does parameter belong to certain value set which is mentioned
earlier somewhere in XML files.
So, very simple validation.
Cheers!