Hi,
I am using camel CXF component and I am trying to run a schema validation
for the SOAP Requests. I have my CXF Endpoint defined using
<cxf:cxfendpoint> and I have specified the wsdlURL, and xmlns attribues.
Also, I am using PAYLOAD mode.
I've tried to add this to my CXF endpoint definition but it looks like it's
not doing anything.
<cxf:properties>
<entry key="schema-validation-enabled" value="true" />
</cxf:properties>
If a send non-valid request, I am not getting any validation error.
Do I need to use a different mode?
I am using Camel 2.11.
Thank you very much!
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-Schema-validation-PAYLOAD-mode-tp5752627.html
Sent from the Camel - Users mailing list archive at Nabble.com.