-
Feb 19th, 2009, 11:40 AM
#1
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.
-
Feb 19th, 2009, 02:48 PM
#2
Which version of WebSphere is this? Spring 3.0 M1 is JDK 1.5 and higher, so you must have Websphere 6.1.
-
Feb 19th, 2009, 07:08 PM
#3
-
Feb 25th, 2009, 01:49 PM
#4
Pls read my post:
http://forum.springframework.org/showthread.php?t=56332
It works in 100 % (Spring 2.5.6 and Spring WS 1.5.5) on WAS 6.1.0.13 and 6.1.0.19
-
Apr 7th, 2009, 06:27 PM
#5
read this post
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules