使用 WSS4J 签署 SOAP 消息
我们需要在 Websphere 7 中使用证书签署 SOAP 消息。目前,我们正在考虑使用 Apache 的 WSS4J,并在 java 代码本身中实现这一点。
有人有在 Websphere 或其他方式中签署 SOAP 消息的经验吗?
We need to sign a SOAP message with a certificate in Websphere 7. Currently we are looking at using WSS4J from Apache and are approaching this in the java code itself.
Does anyone have any experience signing SOAP messages in Websphere or otherwise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Francis,
Websphere 7 对多种 WS-Security 场景提供本机支持。您已经检查过文档了吗?
谢谢,
变暗
Francis,
Websphere 7 has native support for several WS-Security scenarios. Did you already check the documentation?
thanks,
dims
您是否考虑过使用 WSSSignPart API?
Did you consider using the WSSSignPart API?