Claus Ibsen created CAMEL-18613:
-----------------------------------

             Summary: camel-cxf - Add option on endpoint to configure schema 
validation
                 Key: CAMEL-18613
                 URL: https://issues.apache.org/jira/browse/CAMEL-18613
             Project: Camel
          Issue Type: Improvement
          Components: camel-cxf
            Reporter: Claus Ibsen
             Fix For: 3.x


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);





--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to