Ack! Sorry. I figured it out. Because of the fact that it doesn't seem to work if your class is in a package (see my previous post), I had simply removed the package line in my java file. Of course, this means that the other classes in that package that were being used, weren't found.
Sorry for the false alarm, though I would like to hear if you should be able to use a package name in .jws file or if that is simply not supported at this time. Thanks, -joel -----Original Message----- From: Michael Roytman Sent: Monday, July 15, 2002 2:42 PM To: Shellman, Joel Subject: RE: Classpath for compilation of *.jws files? Did you put your classes in axis\WEB-INF\classes directory? -----Original Message----- From: Shellman, Joel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 2:22 PM To: '[EMAIL PROTECTED]' Subject: Classpath for compilation of *.jws files? I took a look through the source and I can't determine the classpath that is used for the compilation of the *.jws files. I'm getting errors because it's not finding our classes. Our classes are in the classes dir in the web application. I also tried jarring them up and putting them in lib but they're still not found. What do I have to configure to get it to find my classes? Thanks, -joel
