Hi,
 
I have a FirstService.jws file that has two classes in it. class FirstService and class Helper.  I copied it to the <Webapp-rot>/axis directory. When I call this service, axis is able to compile this jws file into 2 classes (FirstService and Helper) but I get the following exception.
 
Caused by: java.lang.NoClassDefFoundError: Helper
        at FirstService.doExec(FirstService.java:19).
 
Why axis is not able to find the Helper.class file?
 
Thanks

Reply via email to