Adding ws-security to SOAP axis 1.4 web service built with Eclipse?

独自空忆成欢 提交于 2019-12-11 12:26:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!