Amit, You have to specify the port number where your weblogic is running. Here is the cmd you have to use for deployment/Undeployment, assuming that your weblogic is running on port 7001.
D:\bea\wls510>java org.apache.axis.client.AdminClient -p7001 samples/userguide/example3/deploy.wsdd or D:\bea\wls510>java org.apache.axis.client.AdminClient -lhttp://localhost:7001/axis/service/Admi nService samples/userguide/example3/deploy.wsdd Regards, Santhosh ----- Original Message ----- From: "Amit Ingale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 7:41 AM Subject: A Problem > hi all > here is problem while running a client > ,deploying and undeploying a file using axis beta 2 release and > weblogic 5.1 sp12 > > pl guide me for the same > > > D:\bea\wls510>java org.apache.axis.client.AdminClient > samples/userguide/example3 > /undeploy.wsdd > - Processing file samples/userguide/example3/undeploy.wsdd > - AxisFault: 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:355) > at > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:142) > at > java.net.PlainSocketImpl.connect(PlainSocketImpl.java:129) > at java.net.Socket.<init>(Socket.java:273) > at java.net.Socket.<init>(Socket.java:100) > at > org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:293) > > > regards > Amit > _________________________________________________________ > There is always a better job for you at Monsterindia.com. > Go now http://monsterindia.rediff.com/jobs > >
