+

Search Tips   |   Advanced Search

Configure the client for response decryption: decrypting the message parts

To configure the client for response decryption, specify which response message parts to decrypt when configuring the client. The server response encryption and client response decryption configurations must match.

Important: There is an important distinction between Version 5.x and Version 6 and later applications. The information supports Version 5.x applications only used with WAS v6.0.x and later. The information does not apply to Version 6.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 Binding tab in the Client Deployment Descriptor Editor within an assembly tool:

These two tabs are used to configure the Web Services Security extensions and the Web Services Security bindings, respectively.

Specify which response message parts to decrypt when configuring the client for response decryption. The server response encryption and client response decryption configurations must match.

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

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

  3. Click Application Client Projects > application_name > appClientModule > META-INF.

  4. Right-click the application-client.xml file, select Open with > Deployment descriptor editor.

  5. Click the WS Extensions tab, which is located at the bottom of the deployment descriptor editor within the assembly tool.

  6. Expand the Response receiver configuration > Required confidentiality section.

  7. Select the parts of the message that we must decrypt by clicking Add and selecting either Bodycontent or Usernametoken. The following information describes these message parts:

    Bodycontent

    The user data portion of the message.

    Usernametoken

    The basic authentication information, if selected.

    The information selected in this step is encrypted by the server in the response sender.

    Important: A Username Token is typically not sent in the response. Thus, you usually do not need to select username token.


What to do next

After specified which message parts to decrypt, specify which method to use when decrypting the response message. See Configure the client for response decryption: choosing a decryption method for more information.


Related concepts

  • XML encryption
  • Development and assembly tools


    Related tasks

  • Configure the client for response decryption: choosing a decryption method
  • Configure the client security bindings using an assembly tool
  • Configure the security bindings on a server acting as a client using the administrative console
  • Configure key locators using an assembly tool
  • Configure key locators using the administrative console