I’m trying to make a producing web service using spring boot.
It was working fine until I tried to add WS Security, apparently I have to use WSServerSecurityInterceptor to validate the BinarySecurityToken in the request.
But I can’t find a Maven Dependency for the WSServerSecurityInterceptor or the WSS4JInInterceptor and WSS4JOutInterceptor class anywhere.
Any help is appreciated.
2