GitHub user srinivasa-vasu reopened a pull request: https://github.com/apache/camel/pull/1305
BreadcrumbId and SoapHeader 1. Case mismatch - BreadcrumbId - Replaced with the source from org.apache.camel.Exchange. Actual header constant is breadcrumbId whereas the one that is mentioned in this class is BreadcrumbId, so that it never gets removed from the header. 2. Though SpringWebserviceConstants.SPRING_WS_SOAP_HEADER gets processed in producer and consumer, it is again being processed in 'for loop' in BasicMessageFilter, so that this key and value goes as attributes in the soapHeader which is already constructed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/srinivasa-vasu/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1305.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 #1305 ---- commit 9d0abe5c12e3d2c5644ab6aec59d447a20f63239 Author: srinivasavasu <srinivasav...@dhcp-0-130.blr.redhat.com> Date: 2016-11-24T05:11:57Z Case mismatch - BreadcrumbId - Replaced with the source from org.apache.camel.Exchange ---- --- 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. ---