Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: XML-Message-Content-Collater Properties

Reference: XML-Message-Content-Collater Properties

Common Tab

Property
XML Attribute Name
Description
Output
output
Specifies where the
xml-message-content-collater
child element directs the output. There are 5 possible values:
  • message
    : the entire message, including
    rootpart
    and attachments. This value creates a new message, effectively removing any attachments.
  • soapbody
    : the content of the SOAP body from the
    rootpart
    of the message.
  • attachment
    : a MIME attachment to the message. Specify the attachment index.
  • rootpart
    : the content of the root part of a MIME message, or if the message isn't MIME, the message itself. This value preserves any attachments on the original message.
  • variable
    : save the output as a named variable in the
    MediationContext
    .
Header Text
header-text
Adds a header to your output message.
Footer Text
Adds a footer to your output message.
Separator
separator
A string used when concatenating messages in a batch.
Namespaces
namespaces
The namespaces used by your XPath expression.
XPath
xpath
An XPath expression that aggregates matching XML messages. If not specified, the
xml-message-content-collater
aggregates all XML message content into 1 output file.