from("timer://foo?RepeatCount=1").process(BeginrequestProcessor)
.to("cxf:bean:EllipseTransactionBegin").onException(SoapFault.class).maximumRedeliveries(0).handled(true)
.process(new Processor() {
public void proc
I've done this way.. Like sending soap message as an input and getting back
the response.
But my question was, is there any possiblility that without using any
payload or java code can I be able to call web service operation with
arguements only by using camel context file.
--
View this message
I'm trying to consume web service using setHeader component. *My main goal
here is not to write any java code and directly call the method with
arguments.* As well I'm very much new to camel tools. So I would really
expect your suggestion more. Please help me out in understanding and
executing my t