This looks very similar to a problem I was having the other day, and I think it may be a class loader issue with Axis. The problem I was having was that if the method in my class I was calling via SOAP called a method in a class that was in a JAR file in my WEB-INF/lib directory, it threw that exception. When I extracted the classes into WEB-INF/classes, everything started working.
I've heard elsewhere that this may be a bug with the JDK on Windows. --Rafe On Wed, 28 Apr 2004 02:27:59 +0200, Daniel Olmedilla <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a problem with one of the methods I am developing. I have a class with > 10 methods and there is one method that does not work. The method is public > java.lang.String synchronousQuery(java.lang.String in0, java.lang.String in1) > throws java.rmi.RemoteException, > org.elena.service.sqi.QueryModeNotSupportedException, > org.elena.service.NoSuchSessionException, > org.elena.service.sqi.NoValidQueryStatementException > > All the datatypes are described in the wsdd file. > The error I receive is: > > AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: java.lang.reflect.InvocationTargetException