function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
FandangoFandango 

Problem in running quickstart !!!

Ok. I used axis to create the client proxy files. After compiling all the newly created file when I try to establish the connection, I get the following exception

; nested exception is:
java.net.ConnectException: Connection refused


Also, I get the same exception when I use the quickstart.

BTW, I specify the proxy and and port when I run the code.
java -Dhttp.proxyHost=xxxx -Dhttp.proxyPort:#### -jar quickstart.jar quickstart

Am I missing anything ?