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 figure out how to pass the arguments to the JVM. Alternatively, you can set the system properties proxyHost and proxyPort in your Java code.

Chris

Miller, Janet wrote:

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've done wrong?  The error
message is
below.  Thanks for your help.

Jan



-- Chris P. McCabe Principal Engineer Choice Hotels International http://www.choicehotels.com/ [EMAIL PROTECTED] 602-953-4416



Reply via email to