there is a validate option you can set on cxf

if you use camel-cxf to setup the CXF web service with Camel


Just a snippet I could find on my laptop. Then you can turn that
schema validation on|off.
...

   <camelcxf:properties>
      <entry key="dataFormat" value="POJO"/>
      <entry key="schema-validation-enabled" value="false"/>
    </camelcxf:properties>
  </camelcxf:cxfEndpoint>



On Wed, Jul 31, 2013 at 5:03 PM, bocamel <[email protected]> wrote:
> Hi Christian,
>
> Do you have some examples handy for how to use CXF to validate a PAYLOAD
> request?
>
> Thanks!
> John
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Validate-Xml-tp472122p5736583.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to