Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by Burton Strauss: http://wiki.apache.org/ws/FrontPage/Axis/InstallWebServices ------------------------------------------------------------------------------ == The standard way (using a .wsdd file) == You can compile your .java file to a .class file, then put it into the `webapps/axis/WEB-INF/classes` directory on your server. + + Remember this is a Fully Qualified Name - org.something.other becomes org/somthing/other.class. Then use a .wsdd file (I used the one from `samples/userguide/example3` as a starting point and modified it slightly) and deploy the web service using the AdminClient as described in the User's Guide.
