Have you tried: � java org.apache.axis.client.AdminClient�-lhttp://localhost:8080/services/Admi nService myfile.wsdd instead? � regards, Ruslan Zenin http://www.geocities.com/russ_zenin
-----Original Message----- From: info2nitesh Sent: October 28, 2002 3:31 PM To: axis-user 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% pplications.wsdd -lhttp://localhost:8080/wstk/serv ices/AdminService - Processing file c:.2 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 at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.ja va:161) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148) at java.net.Socket.connect(Socket.java:425) at java.net.Socket.connect(Socket.java:375) at java.net.Socket.<init>(Socket.java:290) at java.net.Socket.<init>(Socket.java:118) at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSend er.java:4 27) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:146) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg y.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:183 ) at org.apache.axis.client.Call.invokeEngine(Call.java:2028) at org.apache.axis.client.Call.invoke(Call.java:2017) at org.apache.axis.client.Call.invoke(Call.java:1233) at org.apache.axis.client.AdminClient.process(AdminClient.java: 316) at org.apache.axis.client.AdminClient.process(AdminClient.java: 295) at org.apache.axis.client.AdminClient.process(AdminClient.java: 302) at org.apache.axis.client.AdminClient.process(AdminClient.java: 253) at org.apache.axis.client.AdminClient.main(AdminClient.java:338 ) java.net.ConnectException: Connection refused: connect at org.apache.axis.AxisFault.makeFault(AxisFault.java:117) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:167) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg y.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:183 ) at org.apache.axis.client.Call.invokeEngine(Call.java:2028) at org.apache.axis.client.Call.invoke(Call.java:2017) at org.apache.axis.client.Call.invoke(Call.java:1233) at org.apache.axis.client.AdminClient.process(AdminClient.java: 316) at org.apache.axis.client.AdminClient.process(AdminClient.java: 295) at org.apache.axis.client.AdminClient.process(AdminClient.java: 302) at org.apache.axis.client.AdminClient.process(AdminClient.java: 253) at org.apache.axis.client.AdminClient.main(AdminClient.java:338 ) Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148) at java.net.Socket.connect(Socket.java:425) at java.net.Socket.connect(Socket.java:375) at java.net.Socket.<init>(Socket.java:290) at java.net.Socket.<init>(Socket.java:118) at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:4 27) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:146) ... 12 more Can u Provide any help or suggestion.s Thanx alot Nitesh _____ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site
