问题
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.
回答1:
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...
来源:https://stackoverflow.com/questions/10557839/adding-ws-security-to-soap-axis-1-4-web-service-built-with-eclipse