Paul,
It may be that your .class files aren't quite placed properly. If I'm not mistaken, they should be down a path that would be something along the lines of:
axis/WEB-INF/classes/org/ppinc/deltadown
Assuming the name of your service is "delta", your server-config.wsdd file will handle the task of associating "delta" with the above classpath, and your WSDL should be visible at http://localhost:8080/axis/services/delta?wsdl.
Hope this helps.
Nicholas Remy
Thanks to those that replied, I managed to get it to work by following this tutorial: http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=1 and getting very lost along the way.
(-:
~Paul P
