How to call external webservice behind proxy server?

Solution In Progress - Updated -

Issue

Our route is like below,

from("file://d:/temp/ws/")
.routeId("ws_test")
.log("call ws")
.to("cxf://http://www.webservicex.net/globalweather.asmx?serviceName={http://www.webservicex.net/}GetWeather&portName={http://www.webservicex.NET/}GlobalWeatherSoap&dataFormat=MESSAGE")
.log("${body}");

We want to visit a external webservice,can you please inform me how we should handle the calling of an external webservice from Fuse from behind a proxy? Do we need to set it up in the Blueprint for that bundle?

Environment

  • Red Hat JBoss Fuse 6.0.0

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content