On Sep 19, 2012, at 9:33 AM, Jason Pell <[email protected]> wrote: > Is there any way to turn schema validation on only for request. I really > only need to validate input data not my output.
Already logged as: https://issues.apache.org/jira/browse/CXF-3813 (patch would be nice :-) ) For now, you can add an interceptor to the start of the out chain that turns off the validation via a message property. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
