Good to know that your problem is solved.

On Mon, Nov 17, 2014 at 2:34 PM, Frankiboy <mail.to.fra...@gmail.com> wrote:

> 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.
>



-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Reply via email to