Directs DFHWSSE1 to sign the body of outbound SOAP messages, and
provides information about how the messages are to be signed.
Used in:
- Service provider
- Service requester
Contains:
- An <algorithm> element that contains the URI that
identifies the algorithm used to sign the body of the SOAP message.
You
can specify the following algorithms:
Algorithm |
URI |
Rivest-Shamir-Adleman algorithm with Secure Hash Algorithm 1 (RSA
with SHA1) |
http://www.w3.org/2000/09/xmldsig#rsa-sha1 |
- A <certificate_label> element that specifies the label
associated with a digital certificate installed in RACF. This digital certificate
should contain the private key, as this is used to sign the message. The public
key associated with the private key is then sent in the SOAP message, allowing
the signature to be validated.
Example
<sign_body>
<algorithm>http://www.w3.org/2000/09/xmldsig#rsa-sha1</algorithm>
<certificate_label>SIGCERT01</certificate_label>
</sign_body>