The <encrypt_body> pipeline configuration element

Stabilized feature: CICS® web services support for pipeline configuration for WS-Security infrastructure is stabilized. See also Stabilization notices and discontinued functions.

Directs DFHWSSE to encrypt the body of outbound SOAP messages, and provides information about how the messages are to be encrypted.

Used in:

  • Service provider
  • Service requester

Contained by:

Contains:

  1. An <algorithm> element containing the URI that identifies the algorithm used to encrypt the body of the SOAP message. You can specify the algorithms shown in How it works: SOAP message encryption.
  2. A <certificate_label> element that specifies the label that is associated with a digital certificate in RACF®. The digital certificate provides the key that is used to encrypt the message.

The configuration elements must be used in the sequential order that they are listed.

Example

<encrypt_body>
  <algorithm>http://www.w3.org/2001/04/xmlenc#aes256-cbc</algorithm>
  <certificate_label>ENCCERT02</certificate_label>
</encrypt_body>