+

Search Tips   |   Advanced Search

 

Configure the server for response encryption: encrypting the message parts

 

You can specify which parts of the response message to encrypt when configuring the server for response encryption.

There is an important distinction between V5.x and V6.0.x and later applications. The information in this article supports V5.x applications only that are used with WAS V6.0.x and later. The information does not apply to V6.0.x and later applications. Prior to completing these steps, read either of the following topics to become familiar with the WS Extensions tab and the WS Bindings tab in the Web services editor within an assembly tool:

These two tabs are used to configure the Web services security extensions and the Web services security bindings, respectively.

 

Overview

Complete the following steps to specify which parts of the response message to encrypt when configuring the server for response encryption:

 

Procedure

  1. Launch an assembly tool. For more information on the assembly tools, see Assembly tools.

  2. Switch to the J2EE perspective. Click Window > Open Perspective > J2EE.

  3. Click EJB Projects > application ejbModule > META_INF.

  4. Right-click the webservices.xml file, select Open with > Web services editor.

  5. Click the Extensions tab, which is located at the bottom of the Web Services Editor within the assembly tool.

  6. Expand Response sender service configuration details > Confidentiality. Confidentiality refers to encryption while integrity refers to digital signing. Confidentiality reduces the risk of someone understanding the message flowing across the Internet. With confidentiality specifications, the response is encrypted before it is sent and decrypted when it is received at the correct target.

  7. Select the parts of the response to encrypt by clicking Add and selecting Bodytoken or Usernametoken. The following information describes the message parts:

    Bodycontent

    User data portion of the message.

    Usernametoken

    Basic authentication information, if selected.

    A user name token does not appear in the response so you do not need to select this option for the response. If you select this option, make sure that you also select it for the client response receiver. If you do not select this option, make sure that you do not select it for the client response receiver.

 

What to do next

After you specify which message parts to encrypt, specify which method to use message encryption. See the task for choosing the encryption method when configuring the server for response encryption.


 

Related concepts


XML encryption
Response sender

 

Related tasks


Configure the server for response encryption: choosing the encryption method
Configure key locators using an assembly tool
Configure key locators using the console
Configure the server security bindings using an assembly tool
Configure the server security bindings using the console