Re: Avoiding Running ADminClient

2006-10-25 Thread Davanum Srinivas
use org.apache.axis.util.Admin utility. it can create the server-config.wsdd. you can then package that into your war directly. -- dims On 10/25/06, Srinivas Nannapaneni [EMAIL PROTECTED] wrote: Hi All, Is there any way of avoiding running the AdminClinet , because it is

RE: Avoiding Running ADminClient

2006-10-25 Thread Srinivas Nannapaneni
] Sent: Wednesday, October 25, 2006 6:45 PM To: axis-user@ws.apache.org Subject: Re: Avoiding Running ADminClient use org.apache.axis.util.Admin utility. it can create the server-config.wsdd. you can then package that into your war directly. -- dims On 10/25/06, Srinivas Nannapaneni [EMAIL

Avoiding Running ADminClient

2006-10-24 Thread Srinivas Nannapaneni
Hi All, Is there any way of avoiding running the AdminClinet , because it is continuously bugging me running it every time when I deployed the .ear file on the websphere server, as ofcourse I can run remotely even though I want to avoid that by some other means, any body have choice?