Hi Micky,

You can't start up a CXF endpoint without specifying the SEI (Service Endpoint Interface), But I think you can specify the SEI as same as the SoapMessageProvider[1] which will provides a much low level message invoking interface, please check out the unit test [2].

[1] https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/SoapMessageProvider.java [2] https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfSoapMessageProviderTest.java

Willem
Micky Santomax wrote:
Sorry Willem, can I define a CXF endpoint (without methods and implementation
class) that only receive soap message, crypted by ws security on https
channel, and routes it to other component ?

The scenario is the follow :

|----------------| |--------------| |-----------------| | https channel | | CXF endpoint | | |
|          +           | ------->  |         +         | ------->  | SEDA
component |
| ws security | | InInterceptor | | | |crypted message| | | | | |----------------| |--------------| |-----------------|

Reply via email to