All, I am currently working on writing a deploying a web service (not one of the examples) for the first time. The documentation is excellent if you have everything in one class and one file, but I am trying to use custom classes (something.java) in my services. I have jar'd every .java file, placed the jar files in \lib, placed the .class files in \classes, the .wsdd in \classes, and then run the Admin client to deploy it. When I look at the deployed services in Axis I get a page that says "And now... Some Services," but does not list any deployed services. The Tomcat logs show a "bad magic number" error. Am I doing something terribly wrong here?
Any help that anyone could offer me would be greatly appreciated. Daniel Skiles