Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: Mtable-Builder Step Properties

Reference: Mtable-Builder Step Properties

Common Tab

Property
XML Attribute Name
Description
Step Id
id
The unique ID of the
mtable-builder
mediation step within the assembly.
Input
input
Specifies where the
mtable-builder
mediation step obtains data as input. There are 5 possible values:
  • message
    : the entire message, including
    rootpart
    and attachments.
  • soapbody
    : the content of the SOAP body from the
    rootpart
    of the message. Only applicable when the input contains a SOAP message.
  • attachment
    : a MIME attachment within the message. You must specify the attachment index.
  • rootpart
    : the content of the root part of a MIME message. If the message isn't MIME, the entire message is selected.
  • variable
    : use a named variable from the
    MediationContext
    .
Mtable Name
mtable-name
The name of the
MediationContext
property that stores the
mtable
object.

Advanced Tab

Property
XML Attribute Name
Description
Description
description
A description of the
mtable-builder
mediation step that displays in the consolidated log. You can use this feature to describe the step's function and the data on which it is operating.
Execute When
execute-when
A condition that determines whether the
mtable-builder
step executes.