Signing SOAP messages using WSS4J

2.3k Views Asked by At

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?

2

There are 2 best solutions below

1
On BEST ANSWER
0
On

Did you consider using the WSSSignPart API?