my camel router :
<cxf:cxfEndpoint id="chdEndpoint"
address="http://0.0.0.0:8080/chd-esb/callService" endpointName="s:RealServerImplPort"
serviceName="s:RealServerImplService" wsdlURL="wsdl/RealServer.wsdl"
xmlns:s="http://server.example.com/" />
<route id="chd-webservice">
<from uri="cxf:bean:chdEndpoint?dataFormat=MESSAGE" />
<log message="get client call webservice!" />
<to ref="callChdRealWebService" />
<log message="get real webservice back" />
</route>
I deploy my camel router in karaf. I want to know if client call webservice ,the http request first to jetty and jetty put request to camel then camel use cxf call real webservice