Answers inline,
> > 1. Is there a comprehensive "usage" of AdminClient? i.e. > where can i find a list of various options (and what they do) > for AdminClient? The current usage output doesn't give any good info. The documentation of the class AdminClient in the API-docs lists all command line arguments. It comes with the all distributions. Look for method: process(java.lang.String[] args) I hope the doc is still correct there... > > 2. I have pre-generated wsdd files, each of which possibly > contain more than 1 service. Is there a way (using > AdminClient?) to deploy specific services from the wsdd? > Something like a command line flag to indicate the service > name perhaps? Does not seem to work with AdminClient (see 1)) > > Thanks. > Anuj. > Greetings, Till
