Thanks a lot the handled(true) , and don“t throw my own soapfault, makes it
...

       exchange.getOut().setHeader(Exchange.HTTP_RESPONSE_CODE, 500);
        exchange.getOut().setFault(true);
        SoapFault sf = new SoapFault(message + " Unique log number: " +
errorUuid,     SoapFault.FAULT_CODE_SERVER);
        exchange.getOut().setBody(sf); 









--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-remove-camel-framework-text-in-my-soap-fault-tp5759195p5759209.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to