----- Original Message ----- From: "Nitesh Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 12:31 PM Subject: Re: Registering the service with AXIS
> > Hi, > > I am facing a problem while deploying my web service. I am using IBM Web Sphere application server & web server, wstk 3.2. > I have constructed the .wsdl file , as shown in tutorial I of WSTK3.2, and deployed the service WAR. I am facing this problem while registering the service with AXIS. > > C:\>java -cp %WSTK_CP% org.apache.axis.client.AdminClient %WSTK_HOME%\services\a > pplications\TestService\deployment\deploy.wsdd -lhttp://localhost:8080/wstk/ serv > ices/AdminService > - Processing file c:\wstk-3.2\services\applications\TestService\deployment\deplo > y.wsdd > - Exception: > AxisFault > faultCode: {http://xml.apache.org/axis/}Server.userException > faultString: java.net.ConnectException: Connection refused: connect > faultActor: null > faultDetail: stackTrace: java.net.ConnectException: Connection refused: connect means that http://localhost:8080/wstk/services/AdminService wasnt being picked up as a url, probalby nothing on port 8080