I would like to turn off schema validation for JAXB-bound messages. I am dealing with the client-side CXF code (WSDL first generation). I have tried using
To turn off the schema validation you should set the schema-validation-enabled property to false.
According to documentation referred by you (CXF FAQ).
To enable schema validation (all requests and responses will be validated against schema) set
To disable schema validation (none of the requests nor responses will be validated against schema) do nothing cause it is the default behavior or set