Originally posted by Balaji Loganathan:
Check the classpath as described here
thank you for this link, it's quite usefull ...
I've changed my classpath ... and now, I get the following error message:
D:\jboss\server\default\deploy\webapps>
java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -1
http://localhost:8080/axis/services/AdminService SimpleDVDStore.wsdd
Processing file
http://localhost:8080/axis/services/AdminService Exception:: java.io.FileNotFoundException: http:\localhost:8080\axis\services\AdminService (Die Syntax f�r den Dateinamen, Verzeichnisnamen oder die Datentr�gerbezeichnung ist falsch)
in which directory should i save the wsdd-file?
I've got it in this directory: D:\jboss\server\default\deploy\webapps> ... that the path, where I try to run the AdminClient as you see above
... perhaps you can help me
thanks!