After further reading through documentation I've noticed I need to use a servlet that automatically detects EndpointMappings, WSSpringServlet does not. Here in the Sping documentation...
Type: Posts; User: ollie.petch; Keyword(s):
After further reading through documentation I've noticed I need to use a servlet that automatically detects EndpointMappings, WSSpringServlet does not. Here in the Sping documentation...
Also the bean securityManager is an instance of a class implementing UserDetailsService which has been tested and works, I've not modified it as part if the refactor.
I've been given the task to refactor some code on a project I'm working on and part of that was to remove jboss web service authentication and replace it with spring-ws authentication. Currently I'm...