Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

View the SOAP message handlers of a Web Service

Before you begin

You must install a Web Service before you can view any associated SOAP message handlers. See Install a Web Service.


A Web Service uses SOAP message handlers to intercept the request and response SOAP messages generated when the Web Service is invoked by a client application. A Web Service can have zero or more SOAP message handlers configured.

To view the SOAP message handlers configured for a Web Service, follow these steps:

  1. In the left pane of the Administration Console, select Deployments.
  2. In the right pane, navigate within the Deployments table until you find the Web Service whose configured SOAP message handlers you want to view.

    Note: Web Services are deployed as part of an Enterprise Application, Web Application or EJB. To understand how Web Services are displayed in the Administration Console, see View installed Web Services.

  3. In the Deployments table, click the name of the Web Service.
  4. Select Configuration > Handlers. The table lists the SOAP message handlers configured for your Web Service, along with the handler Java class that implements the handler, the Web Service port to which it applies, and whether the handler processes and SOAP headers.
  5. Click the handler name to view additional information about a specific handler.
  6. Select General to view general information about the specific handler.
  7. Select Init Params to view the initialization parameters that are configured for this handler.

 

Skip navigation bar   Back to Top