Configure the server security bindings using the administrative console

 

Overview

Important distinction between V5.x and v6.x applications

Note: The information in this article supports v5.x applications only that are used with WAS v6.x. The information does not apply to v6.0.x applications.

Create an Enterprise JavaBean (EJB) file JAR file or WAR file containing the security binding file (ibm-webservices-bnd.xmi) and the security extension file (ibm-webservices-ext.xmi).  If this archive is acting as a client to a downstream service, you also need the client-side binding file (ibm-webservicesclient-bnd.xmi) and the client-side extension file (ibm-webservicesclient-ext.xmi).  These files are generated using the WSDL2Java command command. We can edit these files using the Web Services Editor in the Assembly tools.

When configuring server-side security for Web services security, the security extensions configuration specifies what security is to be performed while the security bindings configuration indicates how to perform what is specified in the security extensions configuration.  Use the defaults for some elements at the cell and server levels in the bindings configuration, including key locators, trust anchors, the collection certificate store, trusted ID evaluators, and login mappings and reference them from the WAR and JAR binding configurations.

The following steps describe how to edit bindings for a Web service after these bindings are deployed on a server. When one Web service communicates with another Web service, you also must configure the client bindings to access the downstream Web service.

 

Procedure

  1. Deploy the Web service using the WAS administrative console. The Administrative Console is accessible by typing http://localhost:9060/ibm/console in a Web browser.  After you log into the administration console, click Applications > Install new application to deploy the Web service. For more information, see Installing application files with the console.

  2. After you deploy the Web service, click Applications > Enterprise applications > appname.

  3. Under Related Items, click either Web modules or EJB modules depending on which service you want to configure.

    1. If you select Web modules, click the WAR file that you want to edit.

    2. If you select EJB modules, click the JAR file that you want to edit.

  4. After you select a WAR or JAR file, under Additional properties, click Web services: client security bindings for outbound requests and inbound responses. Click Web services: server security bindings for inbound requests and outbound responses.

  5. If you click Web services: server security bindings, the following sections can be configured. These topics are discussed in more detail in other sections of the documentation.


 

Related Tasks


Configuring the client security bindings using an assembly tool
Configuring the security bindings on a server acting as a client using the administrative console
Configuring the server security bindings using an assembly tool