Hi all,

When I used the following command, I got the Null response message error.
I got the same error no matter the server is up or down. I think at least I 
should
get connection error after I shut down the server.
Can someone help me?

Command:
java org.apache.axis.client.AdminClient 
-lhttp://godel.cisco.com:8889/axis/services/AdminService
deploy.wsdd

Processing file deploy.wsdd
AxisFault
   faultCode: http://xml.apache.org/axis/:Server.generalException
   faultString: Null response message!
   faultActor: null
   faultDetail:
         exceptionName: org.apache.axis.AxisFault
         stackTrace: Null response message!
         at org.apache.axis.client.Call.invoke(Call.java:1262)
         at org.apache.axis.client.Call.invoke(Call.java:658)
         at org.apache.axis.client.AdminClient.process(AdminClient.java:323)
         at org.apache.axis.client.AdminClient.process(AdminClient.java:303)
         at org.apache.axis.client.AdminClient.process(AdminClient.java:310)
         at org.apache.axis.client.AdminClient.process(AdminClient.java:261)
         at org.apache.axis.client.AdminClient.main(AdminClient.java:344)

Reply via email to