Reputation: 5160
I built a simple SOAP web service using Eclipse and axis 1.4. Everything is working well. I'd like to enhance it to:
1) require digital signatures with requests 2) validate those signatures 3) allow me to examine the cert used to sign the requests
Any guidance at all would be appreciated. I don't mind RTFM but I don't even know what manual to start with. Thanks in advance.
Upvotes: 1
Views: 5646
Reputation: 5160
It appears I can integrate Axis with WSS4J to accomplish what I am after:
http://ws.apache.org/wss4j/axis.html
Will update on the integration ASAP...
Upvotes: 1