Description
When calling a CXF service from a camel route the reponse code from CXF should be set on the camel exachange.
Currently this is not done. So when CXF sets the reponse code to e.g. 403 camel still sends 200 and the client will not be able to work with this reponse.