Hi, I'm trying to proxy a webservice that is publicly available on the internet. The problem I'm trying to resolve is a "ConnectException: connect refused" errors I'm getting when invoking the service from within SM. I'm behind a http proxy server in the office, so from looking around the forum I saw that I needed to add the proxy host, port, user, and password to the JAVA_OPTS variable in servicemix.bat in order to perform http requests.
I've already added the neccessary values but still the connection refused message. Using the same proxy values, my Maven is able to perform required library downloads. soapUI is also able to call the external webservice directly given the proxy settings. So what am I getting wrong here? My logs is also showing that there were 5 delivery attempts made for the request each giving ConnectException messages. Any thoughts on what I need to set elsewhere or is this a firewall issue requiring some ports being opened? -- View this message in context: http://www.nabble.com/Connection-Refused-when-accessing-external-web-service-from-behind-an-Http-Proxy-Server-tp23714462p23714462.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
