Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
est412
Contributor II
Contributor II

cCXF SOAP request schema validation in PAYLOAD mode within TOS?

Hello!
How could I enable SOAP request schema validation for cCXF in PAYLOAD mode within TOS?
In Camel-Users mailing list and here wwwtalendforgeorg/forum/viewtopic.php?id=31795 I found a "magic" key="schema-validation-enabled" but  still couldn't understand where to use it.

Labels (2)
3 Replies
est412
Contributor II
Contributor II
Author

Is there any solution or workaround?
Anonymous
Not applicable

Hi,
By default camel-cxf failed for wrong payload like
To set custom property to CXF use "properties.schema-validation-enabled" "true" at cCXF Advanced settings tab.
1.  : org.apache.camel.component.timer.TimerConsumer - Error processing exchange. Exchange. Caused by:
2. http://camel.apache.org/cxf.html
est412
Contributor II
Contributor II
Author

Thanks a lot, It works! 
I simply didn't use the "properties." part in the key name, what caused an error.