Hi On 23/08/12 06:26, Steve Karlovic wrote:
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.
Response validation is enabled only if 'validateOutput' is also set. What happens if the validation is disabled, do you see the same difference in processing smaller and larger responses ?
Cheers, Sergey
Steve
