How to conditional proxy jaxrs:server web service using cxfrs service

2014-12-19 Thread Kumaran
could please help me with some sample configuration. Thanks in advance, Kumaran. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-conditional-proxy-jaxrs-server-web-service-using-cxfrs-service-tp5760936.html Sent from the Camel - Users mailing list archive

Re: How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-16 Thread Kumaran
Thanks Sergey it works and removes the unwanted header information. Sergey Beryozkin-3 wrote Hi, AFAIK one needs to activate a header filter strategy that would block copying the input headers Cheers, Sergey On 15/12/14 23:33, Kumaran wrote: Hi we are using camel cxfrs server to expose

How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-15 Thread Kumaran
=[0], Content-Type=[null], host=[localhost:8001], user-agent=[xxx/14.0.0 (x86_64)]} but we dont send the accept-encoding= header param but getting added in the cxfrs server how could i remove this extra params and send only the actual param. Thanks Kumaran -- View this message in context

Re: How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-15 Thread Kumaran
. How to customize this. Any help would be very much appreciated. Thanks Kumar Kumaran wrote Hi we are using camel cxfrs server to expose our proxy services, The service is exposer is working fine but if the response is more that certain limit looks like the client is not able

Camel 2.14.0 Matrix Params are missing

2014-11-26 Thread Kumaran
parameters http://camel.465427.n5.nabble.com/CXFRS-URL-Matrix-Parameters-seemingly-stripped-away-td5714486.html But we are using camel 2.14.0 version. Can somebody help us on resolving this issue ? Thanks in Advance. -Kumaran -- View this message in context: http://camel.465427.n5.nabble.com

Re: Camel 2.14.0 Matrix Params are missing

2014-11-26 Thread Kumaran
Hi Sergey Thanks for the quick reply and taking a look at this issue. I will not be able to change the real REST service signature. Meanwhile i was going through REST DSL option suggestion. The camel-netty-http, camel-jetty, camel-restlet, camel-servlet, camel-spark-rest components

Re: Camel 2.14.0 Matrix Params are missing

2014-11-26 Thread Kumaran
Hi Sergey I had a fix for this issue to support Matrix Parameter Could you validate. CxfRsProducer.java http://camel.465427.n5.nabble.com/file/n5759678/CxfRsProducer.java Added new methods like setupClientMatrix,getMatrixParametersFromMatrixString Thanks Kumaran -- View this message