classpath issue with MessageDispatcherServlet in Websphere
I am getting this error when I invoke my spring web service from soap UI. I get the same error when I try to access my wsdl.
org.springframework.ws.transport.http.MessageDispa tcherServlet was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.
My application classpath contains the following spring jars -
commons-logging-1.1.1.jar
org.springframework.beans-3.0.0.M1.jar
org.springframework.context-3.0.0.M1.jar
org.springframework.context.support-3.0.0.M1.jar
org.springframework.core-3.0.0.M1.jar
org.springframework.expression-3.0.0.M1.jar
spring-ws-1.5.6-all.jar
spring-oxm-1.5.6.jar
spring-oxm-tiger-1.5.6.jar
spring-ws-1.5.6-all.jar
spring-ws-core-1.5.6.jar
spring-ws-core-tiger-1.5.6.jar
spring-ws-security-1.5.6.jar
spring-ws-support-1.5.6.jar
spring-xml-1.5.6.jar
Any help would be much appreciated. This is my first application with spring-ws.