Hello Ana,
I am trying to validate the incoming calls to my web service against the schema. I used @SchemaValidation annotation from JAX-WS RI project in my code, but when i deploy the Web Service in jboss (I use jboss-4.2.2.G.A) there is no validation. Searching on the internet I found that jboss-ws has its own annotation, so I guess that the annotation from jax-ws is not supported yet and I have to use the annotation from jboss-ws. Am I right?
I read in this post that here is an eclipse project that shows how to use @SchemaValidation annotation under JBoss. Could you send me that project please? It will be very helpful for me. Thank you very much.