Pierre Le Roux opened SWS-770 and commented
http://static.springsource.org/spring-ws/site/reference/html/server.html contains a jms configuration for server.
This configuration uses a deprecated class : org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
When i use it, i have an exception : java.lang.IllegalStateException: No adapter for endpoint
Using the recommanded class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping works fine.
Documentation should be updated.
Referenced from: commits adfd74f