Hi

If you have many jaxrs:server endpoints then you can just configure an
individual endpoint with jaxrs:schemaLocations or by directly configuring an
endpoint-specific JAXB and/or JSON provider, see
http://cxf.apache.org/docs/jax-rs.html#JAX-RS-Schemavalidation

or do you have a single endpoint with multiple root resources where each
resource is representing a service ?

cheers, Sergey

On Thu, Jul 22, 2010 at 6:46 PM, Jason Chaffee <[email protected]> wrote:

> I would like the xml payload that is being posted or put into my service
> to use an xsd for validation during unmarshalling.  I have several
> services, but there is only one that I would like to enable this
> ability.
>
>
>
> I was looking through the documentation and I wasn't able to find any
> explanation of how this can be accomplished.  Any insight, would be
> greatly appreciated.
>
>
>
> Thanks,
>
>
>
> Jason
>
>

Reply via email to