Reputation: 39733
I'm trying to get a spring boot webservice up and running that is able to decrypt a request using the Wss4jSecurityInterceptor.
Without encryption the server works fine. But if I enable encryption the server says:
No endpoint mapping found for [SaajSoapMessage {http://www.w3.org/2001/04/xmlenc#}EncryptedData]
I've setup a minimal demo project using spring boot 3.4.0 here: github project
Does anybody have an idea why this is not working as expected? And how to do it right?
Upvotes: 0
Views: 35