Adding validation to a web service?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DomoChan@gmail.com

    Adding validation to a web service?

    I have some methods which I would like to be validated at the web
    service level. for instance, if I have a function IsNumberFive( int
    value ); I want it to be embedded in the wsdl file to check for
    value=5. I dont want to do this programatically . I heard there was a
    validation mechinism for wsdl but I dont know what it is or how to use
    it?

    Thanks,
    -Velik
  • DomoChan@gmail.com

    #2
    Re: Adding validation to a web service?

    To post an update, I found this, which looks like there's nothing
    built into .net as of version 2.0 http://www.owasp.org/index.php/.NET_...on#Downloading
    But perhaps this is dated compared to other existing technologies?

    Comment

    Working...