Hi. I try to use CxfEndpoint and I have 2 questions : 1. The class, which I use in parameter "serviceClass" - is it stub only ? (like interface ?) Can i write buisness logic in this class ? 2. How can i return the response to client ? When i try to call my ws, then i get empty answer.
Is's part of my config : > <bean id="proc" class="ru.transsys.camel.MyProcessor"/> > > <cxf:cxfEndpoint id="routerEndpoint" > address="http://localhost:9003/CamelContext/RouterPort" > serviceClass="ru.transsys.camel.EchoImpl"/> > > <camelContext id="camel" > xmlns="http://activemq.apache.org/camel/schema/spring"> > <route> > <from uri="cxf://bean:routerEndpoint"/> > <process ref="proc"/> > </route> > </camelContext> > Thanks Evgeny -- View this message in context: http://www.nabble.com/webservice-response-tp16960229s22882p16960229.html Sent from the Camel - Users mailing list archive at Nabble.com.
