0 Replies Latest reply on Feb 4, 2008 3:47 AM by htroeng

    Validation of input values?

    htroeng

      I'm writing webservices with jbossws, I use contract-last approach and let jboss auto-generate the wsdl:s on deployment.

      However, I would like to use some kind of auto validation and correct schema generation for values not nillable for example.

      So, the optimal way would be to use like hibernate annotations to annotate @NotNull, regexp, etc. on my pojos, and have it validated and also have the wsdl generated in the proper way.

      I don't want to manaully hack the wsdl:s afterwards, I want the clients to always be able to access the server and get the latest wsdl without having a process of editing it, publish it manually etc.

      Is there a way to do this?