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.
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.
Check out my answer to a similar question, it involves creating a MessageBodyReader: