You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/02/13 07:34:19 UTC

[jira] [Commented] (CAMEL-7197) [cxfrs] Consumer set 'operationName' header which broke following cxf component

    [ 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)