Hi Willem,
I am not using soap component. I am using CXF component.
I have set my fault body in my camel spring xml, but not sure how to set
fault detail and fault actors. Any clues on my route below ?
<route id="FaultRoute">
<from uri="cxf:bean:WS-Dummy" />
<choice>
<when>
<simple>${in.header.SOAPAction} contains
'"http://test/test1/Enquiry"'</simple>
<to uri="Direct:Dummy-A" />
</when>
<otherwise>
<setFaultBody>
<simple>Operation not yet
implemented</simple>
</setFaultBody>
</otherwise>
</choice>
</route>
Regards
Guru
gnanaguru.com
--
View this message in context:
http://camel.465427.n5.nabble.com/Custom-soap-fault-adding-more-element-tp5749431p5749464.html
Sent from the Camel - Users mailing list archive at Nabble.com.