Hi,
I have a similar problem.
I can see how in the cxf component i would configure the proxy server, but i
cannot see how to configure the component from camel.
How do i configure the cxf component using the java DSL?
here is my route
return new RouteBuilder() {
public void configure() {
from("direct:start")
.process(sp)
.to("cxf:http://examplehost.com:8088/mockEstimateWebServiceBinding?dataFormat=PAYLOAD")
.to("mock:result");
}
};
Thanks in advance,
Dan.
Aki Yoshida-3 wrote
> 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
--
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.