I am trying to implement a web service provider on Windows 2000 with Tomcat 4.1 and Axis 1.1 installed.
I have a JNI class and method that works when called from a Java application, but when I call it form inside of a service provider I get the following error. java.lang.reflect.InvocationTargetException I can't tell whether the exception is being thrown by the (otherwise working) requester or the provider. Does anyone have an example of using a JNI method inside of a service provider? Is it a path problem? Kazuo Miyamoto