views:

36

answers:

1

How to configure schema validation for JAX-RS RESTFul services?

We are using XSD to define the models, and JAXB to generate the java models.

+1  A: 

Check out my answer to a similar question, it involves creating a MessageBodyReader:

Blaise Doughan