Hi, I'm using CXFRS Component to consume a Rest Web Service and everything is working fine so far.
Now I have to make the connection go through a proxy server. Using the HTTP Component, I have explicitly set the proxy in CamelContext and the connection reach the proxy as expected, but the CXFRS Component seems to ignore these settings. CamelContext context = obterCamelContext() context.getProperties().put("http.proxyHost","cavmtapp99") context.getProperties().put("http.proxyPort","3128") How / where could I set my proxy host and port to the CXFRS Component? Thanks! Fernando Cesar