Thank you very much. I have just found out that the problem was a missing class in the jars. I had also some problems with the logging but now I also reached to debug the code (basically it didn't take my properties files from the classes folder so I had to put it into a jar file in the lib folder).
Thanks a lot, DOC On Wednesday 28 April 2004 15:25, Rafe Colburn wrote: > 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 -- Daniel Olmedilla Learning Lab Lower Saxony (L3S) Deutscher Pavillon Expo plaza 1 D - 30539 Hannover Phone: +49 (0)511 762.97.41 Fax: +49 (0)511 762.97.79 http://www.learninglab.de/~olmedilla/ E-Mail: [EMAIL PROTECTED]