views:

244

answers:

2

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?

+1  A: 

Did you consider using the WSSSignPart API?

Pascal Thivent
+1  A: 

Francis,

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

thanks, dims

Davanum Srinivas - dims
Hi dims. I hope you don't mind but I edited your answer as I'm not the original poster :). Nice to see you here on SO by the way.
Pascal Thivent
Thanks for that Dims. It seems clear that doing this through Java directly is not a good idea. Using WS looks far more promising. Cheers.
Francis Stephens