RE: Differences between the AdminClient and axis-admin Ant Task

2004-12-07 Thread William Ferguson
!! 2 from 2 - thanks heaps Peter. -Original Message-From: Peter Smith [mailto:[EMAIL PROTECTED]Sent: Wednesday, 8 December 2004 3:46 PMTo: [EMAIL PROTECTED]Subject: Re: Differences between the AdminClient and axis-admin Ant TaskI successfully am using url instead of servl

Re: Differences between the AdminClient and axis-admin Ant Task

2004-12-07 Thread Peter Smith
I successfully am using url instead of servletpath in the admin-task. For example:         url=""     xmlfile="${src.dir}/${myws.pkg.dir}/deploy.wsdd"     >     Cheers, Peter. William Ferguson wrote: Anyone have any ideas why the following AdminClient com