Skip to content
Advertisement

Error creating bean with name ‘org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter’

I am trying out a simple spring web service application. I have configured the application correctly but when i try access the wsdl file i get the following error:

JavaScript

Here are my configuration files:

ws-config.xml

JavaScript

web.xml

JavaScript

app-config.xml

JavaScript

downloadMessageRequest.xsd

JavaScript

Edit

pom.xml

JavaScript

Advertisement

Answer

Do you have spring-expression in your Maven dependencies ?

If you are not using Maven, check your WEB-INF/lib folder.

Advertisement