Hi,
I am trying to setup spring ws 1.5.6 on WAS 6.1.
When I try to access the service, I get the following exception on the browser..Error 404: SRVE0201E: Servlet [org.springframework.ws.transport.http.MessageDispa tcherServlet]: not a servlet class
I have added all dependent jars that came along with the package to the lib folder.
Please help.
web.xml
Code:<servlet> <servlet-name>spring-ws</servlet-name> <servlet-class> org.springframework.ws.transport.http.MessageDispatcherServlet</servlet-class> <init-param> <!-- Transform the location attributes in WSDLs --> <param-name>transformWsdlLocations</param-name> <param-value>true</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>spring-ws</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>spring-ws</servlet-name> <url-pattern>*.wsdl</url-pattern> </servlet-mapping>


Reply With Quote
Suppose it is a problem of fix packs for WAS. Could you tell what fix pack level is on your computer for WAS6.1 ?
