I found the solution! Well, my applicationContext.xml needed the following lines:
<sws:annotation-driven/>
<sws:interceptors>
<ref bean="wsServerSecurityInterceptor" />...
Type: Posts; User: ernestas; Keyword(s):
I found the solution! Well, my applicationContext.xml needed the following lines:
<sws:annotation-driven/>
<sws:interceptors>
<ref bean="wsServerSecurityInterceptor" />...
Hello,
I'm writing web service with Spring and Spring WS Security. And I have the following configuration in my server:
<!-- My applicationContext -->
<bean id="endpointMapping"...