Anyone have any ideas why the following AdminClient commands works OK, but
the axis-admin Ant task fails with 'Connection Refused'?


java -classpath %AXIS_PATH% org.apache.axis.client.AdminClient
-lhttp://localhost:7001/axis/services/AdminService src/desc/MyTest.wsdd


<target name="deployService">
  <axis-admin 
    debug="true"
    servletpath="http://localhost:7001/axis/services/AdminService";
    xmlfile="src/desc/MyTest.wsdd">
  </axis-admin>
</target>



William Ferguson 

Reply via email to