> It is saying in localhost_axis_log.txt > Root cause : java.lang.NoClassDefFoundError: > javax/xml/rpc/namespace/QName.
If I remember well, somebody mentioned that Tomcat cannot pick up classes which are in java or javax package if they are under webapps\..\lib. You have to move those jar files in commons\lib. Maybe this will solve your first problem. For the other i have no clue. Br, Geza
