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!
Martin Robins - 07 Jan 2006 12:24 GMT
Why not validate these within the WS method?
> Has .NET any XML-based validation framework or tool classes to validate
> parameters passed to an Web Service?
[quoted text clipped - 6 lines]
>
> Cheers!