Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.3
Note

The Multiple Response Generator is deprecated. This functionality has been replaced by the XML List Processor and JSON List Processor.

Table of Contents
maxLevel2

...

Name of element to send to backend assetThe name of an XML element, including the namespace prefix, if applicable. Each occurrence of an element in the incoming XML that matches this name will be split and sent to the virtual asset specified in Backend Asset URL. In addition, the tool will create combinations of all list elements if there are multiple lists in the request. Exclude any other lists if you want to use a single list.
Backend Asset PathSpecify the HTTP path on which the backend virtual asset is listening. If the full URL is specified, only the path segment will be used. The virtual asset should have a responder that handles XML messages whose root element is the element defined in the Name of element to send to backend asset setting.

...

Elements excluded from splitting processA comma-separated list of element names, including the namespace prefix, if applicable. By default, if the XML specified in the Name of element to send to backend asset option contains any sibling elements that share the same name (that is, a list), then the Multiple Responses Generator will create a separate request for each repetition of the sibling elements.
Response TypeIf the virtual asset specified in Backend Asset URL returns XML, leave this field blank. If the virtual asset specified in Backend Asset URL returns a non-XML payload, enter Other.
Output XML Root Tag NameThe name of the root tag for the Response XML output. The default is responses.
Output XMLThe name of the child elements of Output XML Root Tag Name. The default is response.
SOAPAction ListFor each SOAPAction specified in this comma-separated list, every occurrence of the element specified in Name of element to send to backend asset will be sent to Backend Asset URL with that SOAPAction. This is useful if each occurrence of the element requires multiple responses.

...