GitHub user tadayosi opened a pull request: https://github.com/apache/camel/pull/1249
CAMEL-10429 - CXFRS client requires Exchange.HTTP_URI instead of HTTP_PATH for Camel tranport https://issues.apache.org/jira/browse/CAMEL-10429 Consolidating the header mapping logic into `CxfHeaderHelper`. The core part of the fix is this line: https://github.com/apache/camel/compare/master...tadayosi:CAMEL-10429?expand=1#diff-ddb35843f1171bf5023cbf3a72fa2581R107 where CXF HTTP header mappings are added to `propagateCxfToCamel(..)` method. However, there is still room for further consolidation of the header mapping logic between `DefaultCxfRsBinding` and `CxfHeaderHelper`. I'll file another JIRA later for this refactoring. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tadayosi/camel CAMEL-10429 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1249.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1249 ---- commit e55502ea019a7b092303a67d3adb1c2cbe972d74 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> Date: 2016-11-05T07:49:01Z CAMEL-10429 - CXFRS client requires Exchange.HTTP_URI instead of HTTP_PATH for Camel tranport ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---