Hi For Camel 3 we have the opportunity to reduce the cruft from the Message API in Camel: https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-13755
The fault is from JBI / SOAP-WS spec and therefore very seldom used, only camel-cxf and camel-spring-ws uses SOAP-WS fault where a message can be marked as a fault. So what we should do is to remove the fault message from camel-api and let it be a component specific thing for camel-cxf and camel-spring-ws. This also removes some of the setFault EIPs / fault expressions in simple language etc and what else. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
