How to validate an incoming SOAP requests against a XML XSD schemes in spark-rest?
Issue
How to validate an incoming SOAP request against a XML XSD schema in spark-rest?
<restConfiguration component="spark-rest" port="{{sample.port}}" />
<rest id="xxx" path="/services/request">
<post consumes="application/xml" id="yyy">
<to uri="direct:sampleRoute" />
</post>
</rest>
Environment
Red Hat Fuse 7.9
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.