开发者

Signing SOAP messages using WSS4J

开发者 https://www.devze.com 2022-12-13 06:43 出处:网络
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.

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 开发者_Python百科in Websphere or otherwise?


Francis,

Websphere 7 has native support for several WS-Security scenarios. Did you already check the documentation?

  • http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/twbs_wsspsenc.html
  • http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.pmc.express.doc/tasks/tjw_wss_conf_new.html

thanks, dims


Did you consider using the WSSSignPart API?

0

精彩评论

暂无评论...
验证码 换一张
取 消