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
@SchemaValidation(type = SchemaValidation.SchemaValidationType.NONE) public EndpointImpl endpoint(Bus bus, DirectConnectService accountServiceEndpoint) { }
put this validation in your endpoint configuration class