I successfully am using url instead of servletpath in the admin-task.
For example: <axis-admin url="" xmlfile="${src.dir}/${myws.pkg.dir}/deploy.wsdd" > </axis-admin> Cheers, Peter. William Ferguson wrote: 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 This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you. If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email [EMAIL PROTECTED] |
- Differences between the AdminClient and axis-admin Ant Ta... William Ferguson
- RE: Differences between the AdminClient and axis-adm... Peter Smith
- RE: Differences between the AdminClient and axis-adm... William Ferguson