[V5.1 and later]Listing and managing gateway-deployed handlers

 

Overview

To list the handlers that are currently deployed to the Web services gateway, and to view and modify their deployment details, complete the following steps:

  1. Display the Web Services gateway administrative user interface.

  2. In the navigation pane, click the following link:

    Handlers

    • List

    The main pane is updated with a list of all the handlers that are deployed to the Web services gateway.

  3. Click the name of a handler in the list. A form is displayed that you can use to view and modify the current deployment details for this handler.

  4. Modify the following deployment details. Click the Add and Remove buttons to the right of each row to add and remove corresponding parameters of the handler (the Remove button appears automatically after you add your first parameter).

    Handler Class

    Modify the name of the class that is to be instantiated.

    Init Parameter name/value

    Add or remove up to three initial parameter names and associated values.

    SOAP Header QName

    Add or remove the QName of a SOAP header that will be processed by the handler.

    SOAP role

    Add or remove a SOAP actor definition that the Handler will play as a role. For more information, see the SOAP specification.

  5. Click Apply changes.

 

Results

If the processing completes successfully, the list of deployed handlers is redisplayed. Otherwise, an error message is displayed.


Related concepts
JAX-RPC handlers - An alternative to gateway filters
Related tasks
Working with JAX-RPC handlers
Deploying handlers to the Web services gateway
Removing handlers from the Web services gateway