Hello, We are using CXF for JAX-RS services and schema validation is enabled/working for requests. Does this mean response schema validation is also enabled? Is there a way to enable schema validation for requests but disable it for the response? We are using JAXB and marshaling seems to be taking a relatively long time for large payloads under load, we are trying to determine the cause. Thanks in advance.
Steve
