[ https://issues.apache.org/jira/browse/CAMEL-7197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900063#comment-13900063 ]
Willem Jiang commented on CAMEL-7197: ------------------------------------- As the header is useful for the camel route, and camel supports to use message header to override the setting of the CXF endpoint, we cannot just remove the header simply in the cxf producer. You can use removeHeader() to remove the operationName header before routing the message to cxf endpoint. > [cxfrs] Consumer set 'operationName' header which broke following cxf > component > ------------------------------------------------------------------------------- > > Key: CAMEL-7197 > URL: https://issues.apache.org/jira/browse/CAMEL-7197 > Project: Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 2.12.2 > Reporter: Alexey Markevich > > route: from(cxfrs consumer).setBody(payload).to(cxf producer) > cxfrs set 'operationName' and cxf producer used it -- This message was sent by Atlassian JIRA (v6.1.5#6160)