Details
Description
If so, you can do something like: Map<String, Object> properties = new HashMap<String, Object>();
properties.put("schema-validation-enabled", false);
cxfEndpoint.setProperties(properties);
Instead of having to use "properties" then lets add an new option to set it easier
cxfEndpoint.setSchemaValidation(true);