I'm using Spring DSL with a camel route to validate XML messages:
<to uri="validator:file:schemas/schema_name.xsd"/>How do I get to the error messages for invalid XML files that do not pass validation?
Thanks!
I'm using Spring DSL with a camel route to validate XML messages:
<to uri="validator:file:schemas/schema_name.xsd"/>How do I get to the error messages for invalid XML files that do not pass validation?
Thanks!