Axis on Apache tomcat
Hi allDoes any of you please help me to solv the following problem:
I have an apache tomcat with Axis enabled service. I would like to use a webservice with SAOP. I published a java file with a method. This java file uses some other java/class files.
If I call just the published method the application works perfect, but the problem is when I try to make an instant of the used class (java.lang.NullPointerException).
The question is where to place these files and how to tell the application (service) to call these files (in wsdd or wsdl or what)?.