Http Component Sending Post Parameters

2013-09-28 Thread kishor
the data) instead of appending to URL as query parameter, using Http camel component. thanks Kishor -- View this message in context: http://camel.465427.n5.nabble.com/Http-Component-Sending-Post-Parameters-tp5740321.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Http Component Sending Post Parameters

2013-09-29 Thread kishor
Yes Robert. By adding content type as application/x-www-form-urlencoded, It worked as expected. Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Http-Component-Sending-Post-Parameters-tp5740321p5740409.html Sent from the Camel - Users mailing list archive at Nabble.

Skip CXF web service interceptors

2013-11-06 Thread kishor
Hi, I have peculiar requirement. Below is my camel route, from("cxf:bean:pdService") // SOAP based web service .setHeader(Exchange.HTTP_METHOD, constant("POST")) .setHeader(Exchange.CONTENT_TYPE, constant("application/xml")) .to("http://localhost:8181/cxf/product/getProductFeeds";) // HTTP request

Re: Skip CXF web service interceptors

2013-11-07 Thread kishor
I got the solution at. http://fusesource.com/docs/esb/4.4.1/cxf_interceptors/CXFInterceptorChainManipulation.html -- View this message in context: http://camel.465427.n5.nabble.com/Skip-CXF-web-service-interceptors-tp5742701p5742784.html Sent from the Camel - Users mailing list archive at Nabbl