JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Using SOAP Message Handlers     Java CAPS Documentation
search filter icon
search icon

Document Information

Using SOAP Message Handlers

About SOAP Message Handlers

Uses for SOAP Message Handlers

JAX-RPC Message Handler Archive Files

SOAP Message Handler Chains

SOAP Message Handlers in Java CAPS

Importing a JAX-RPC Handler Archive

To Import an Existing Message Handler Archive

Creating a JAX-RPC Handler Chain

To Create a New Chain of Message Handlers

Assigning Handler Chains to External Systems

To Assign the Handler Chain to a SOAP/HTTP Web Services External System

Implementing Custom SOAP Message Handlers

Creating a SOAP Message Handler Archive File

To Create the SOAP Message Handler Archive File

Sample SOAP Message Handler: Console Logger Handler

Sample Descriptor File for the Console Logger Handler

Assigning Handler Chains to External Systems

To begin, you need to have created one or more handler chains as described in Creating a JAX-RPC Handler Chain

To Assign the Handler Chain to a SOAP/HTTP Web Services External System

  1. In the Services window, select the SOAP/HTTP Web Service External System to which you want to assign a handler.
  2. Right-click the External System and select Properties.

    The Properties window appears, as shown in the following figure.


    Figure 7 Web Services External System Properties Dialog

    image:Screen capture of Web Services External System Properties dialog.
  3. Click the ellipses in the Message Handler Chain value field, and select the desired handler chain from the dialog box that appears.
  4. Click OK on the Settings dialog box, and then click OK on the Properties window.