Re: How to consume a Rest Web Service passing through a proxy server

2014-04-03 Thread Richard Kettelerij
--- Mensagem original - > De: "Aki Yoshida" > Para: users@camel.apache.org > Enviadas: Quarta-feira, 12 de março de 2014 18:15:57 > Assunto: Re: How to consume a Rest Web Service passing through a proxy > server > > If you are using the cxf component, you wi

Re: How to consume a Rest Web Service passing through a proxy server

2014-04-03 Thread Fernando Cesar da Silva
ta-feira, 12 de março de 2014 18:15:57 Assunto: Re: How to consume a Rest Web Service passing through a proxy server If you are using the cxf component, you will need to configure the client setting in the cxf component. Here is the link: https://cxf.apache.org/docs/client-http-transport-including-s

Re: How to consume a Rest Web Service passing through a proxy server

2014-03-25 Thread dan carter
> regards, aki -- View this message in context: http://camel.465427.n5.nabble.com/How-to-consume-a-Rest-Web-Service-passing-through-a-proxy-server-tp5748722p5749359.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to consume a Rest Web Service passing through a proxy server

2014-03-12 Thread Aki Yoshida
If you are using the cxf component, you will need to configure the client setting in the cxf component. Here is the link: https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-Theclientelement regards, aki 2014-03-12 20:02 GMT+01:00

How to consume a Rest Web Service passing through a proxy server

2014-03-12 Thread Fernando Cesar da Silva
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 C