The <terminal_handler> element

Contains the definition of the terminal message handler of the service provider pipeline.

Used in:

Contained by:

Contains:

One of the following elements: However, you should not define <cics_soap_1.1_handler> and <cics_soap_1.2_handler> elements in the same pipeline. If you expect your pipeline to process both SOAP 1.1 and SOAP 1.2 messages, you should use the CICS-supplied SOAP 1.2 message handler.
Remember: In a service provider, you can specify these handlers in the <service_handler_list> element as well as in the <terminal_handler> element.

Example

<terminal_handler>
  <cics_soap_1.1_handler>
    ...
  </cics_soap_1.1_handler>
<service_handler_list>