SOAP Error Message "org.apache.cxf.binding.soap.SoapFault:

2014-07-16 Thread Jaishankar
from("timer://foo?RepeatCount=1").process(BeginrequestProcessor) .to("cxf:bean:EllipseTransactionBegin").onException(SoapFault.class).maximumRedeliveries(0).handled(true) .process(new Processor() { public void proc

Re: Consume CXF Web service using setHeader or anyway without using JAVA code Error

2014-06-19 Thread Jaishankar
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

Consume CXF Web service using setHeader or anyway without using JAVA code Error

2014-06-18 Thread Jaishankar
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