I have an application with several ws:outbound-gateways configured. During development, I was testing my app on a server that was not behind a proxy and everything worked fine. I'm trying to move my app to a production server that is behind a proxy and now connections to the web services are timing out. The server is running Suse linux. I've set the proxy settings in YAST and tested they worked by issuing "wget http://www.google.com" at the command line, which downloaded Google's homepage. Still, my application's attempts to connect to the web services keeps timing out. Any thoughts why?


Reply With Quote