Hi all
I am very much new to the Web Services world. So as the initial stages I am trying a simple Hello program to execute.
I have created the WSDL File successfully and then I am trying to deploy the wsdd file on Apache Axis 1.4 version. After starting the Axis server I am typing the following command on command line to deploy wsdd :
java org.apache.axis.client.AdminClient -p 65535 deploy.wsdd
But its giving me the following error :
I am not getting the reason behind connection reset
Just for your info.. I am using JDK 1.4 and Axis 1.4
Please help as I am badly stuck with my first Web Services program.
Thanks and Regards
Sumeet Chakraborty