Search code examples
javasoapwebspherewss4j

Signing SOAP messages using WSS4J


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?


Solution

  • Francis,

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

    thanks, dims