1/ after i have set the classpath, i have trouble in running the admin client: i execute the below command: c:\axis\samples\stock>java samples.stock.GetQuote -uuser1 -wpass1 XXX -s/axis/StockQuoteService.jws
and it gives me this error: Exception in thread "main" java.lang.NoClassDefFoundError: samples/stock/GetQuote anyone could suggest how to fix it? 2/ following the online documentation on running the admin client: C:\axis\samples\stock>java -cp %classpath% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd it gives me this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/clien t/AdminClient any idea ? Noelle