Re: Connection refused exception

2004-03-10 Thread Chris McCabe
You could get this error if your internet access is only through a proxy server. If so, you need to specify the proxy host and port to the JVM. You can specify this by passing arguments to Java like this: java -DproxyHost=hostname -DproxyPort=80 ... If you are using an app server you need to

RE: Connection refused exception

2004-03-10 Thread luciano.fiandesio
Title: RE: Connection refused exception Hi, from the exception it seems that the endpoint is not active or you are trying to reach a wrong endpoint. Are you sure that: 1) The webserver where the webservice resides is alive 2) You are targeting the right url:port Luciano

Connection refused exception

2004-03-09 Thread Miller, Janet
I'm new to axis and webservices and am trying to connect to an existing web service at a client's site. I used wsdl2java to generate my java code, compiled, and executed it and am getting a 'connection refused: connect' exception. Does anyone know why and could it be something on my side that I'v