Re: How to setHeader reponse code ?

2015-03-09 Thread Frankiboy
Thanks -- View this message in context: http://camel.465427.n5.nabble.com/How-to-setHeader-reponse-code-tp5763820p5763867.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to setHeader reponse code ?

2015-03-09 Thread Willem Jiang
); > exchange.getOut().setFault(true); > SoapFault sf = new SoapFault("Central svarer ikke hos " + central, > SoapFault.FAULT_CODE_SERVER); > > > The client get the soap fault , but the reponse code is 500, and NOT 504... > > Can anyone tell me whats wron

How to setHeader reponse code ?

2015-03-09 Thread Frankiboy
is 500, and NOT 504... Can anyone tell me whats wrong here ? Frank -- View this message in context: http://camel.465427.n5.nabble.com/How-to-setHeader-reponse-code-tp5763820.html Sent from the Camel - Users mailing list archive at Nabble.com.