Configuring MTOM/XOP support for Java-based pipelines

To configure MTOM/XOP support for Java-based pipelines, you must add the <mtom> element to your pipeline configuration files.

Before you begin

Before performing this task, you must identify or create the pipeline configuration files to which you will add configuration information for MTOM/XOP.

About this task

If the <mtom> element is defined in your pipeline configuration file, MTOM support is enabled for all inbound and outbound messages. However, if this element is not specified in the pipeline configuration file, then MTOM support is enabled for only inbound messages.

Procedure

Add a <mtom> element to your pipeline configuration file.
This element should be defined after the optional <addressing> element and before the optional <headerprogram> element.

Example

For a provider or requester mode pipeline, you could specify:
<cics_soap_1.2_handler_java>
  <jvmserver>JVMSERV1</jvmserver>
  <addressing></addressing>
  <mtom></mtom>
  <headerprogram>
    <program_name>HDRPROG4</program_name>
    <namespace>http://mynamespace</namespace>
    <localname>myheaderblock</localname>
    <mandatory>true</mandatory>
  </headerprogram>
</cics_soap_1.2_handler_java>