You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/03/03 13:41:45 UTC

[jira] [Resolved] (CAMEL-4641) CxfEndpoint didn't support some kind of feature when dataFormat=MESSAGE

     [ https://issues.apache.org/jira/browse/CAMEL-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-4641.
--------------------------------
    Resolution: Fixed

I think this is already implemented with the RAW mode and whatnot

> CxfEndpoint didn't support some kind of feature when dataFormat=MESSAGE
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-4641
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4641
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.8.2
>         Environment: Win 7, JDK1.6
>            Reporter: Xilai Dai
>            Assignee: Daniel Kulp
>             Fix For: 3.0.0
>
>
> With this camel url setting : 
> cxf://http://localhost:8201/airport.service?wsdlURL=file:///D:/wsdl/airport.service.wsdl&dataFormat=MESSAGE
> want to add our cxf feature to CxfEndpoint, Unfortunately, there are about 3 Phases interceptors have been used in the implementation of our cxf feature.
> Phase.PRE_INVOKE
> Phase.USER_LOGICAL
> Phase.PRE_STREAM
> from the testing result, the interceptors in the cxf feature will be removed.
> When dataFormat=PAYLOAD,  it works ok.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)