Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Eclipse 和轴 1.4 构建了一个简单的 SOAP Web 服务。一切运作良好。我想将其增强为:
1) 要求对请求进行数字签名 2) 验证这些签名 3) 允许我检查用于签署请求的证书
任何指导将不胜感激。我不介意 RTFM,但我什至不知道从什么手册开始。提前致谢。
看来我可以将 Axis 与 WSS4J 集成以完成我所追求的目标:
http://ws.apache.org/wss4j/axis.html
将尽快更新集成...