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.2

...

You can configure one type of correlation, multiple types of correlation, or no correlations. If no correlations are configured, everything in the message will be processed. 

Transport Correlation

AnchorTransportCorrelationTransportCorrelationTo configure a transport correlation:

  1. Enable Enable correlation.
  2. Click Add. A new entry row appears.
  3. Enter the Header Name.
  4. Do one of the following:
    • If you want to match messages where this header is set to a specific value, enter : Enter that value under Value of Header.
    •  You can also use criteria expressions to create, for example, string pattern matches.
    • If you want to match all messages that include this header (no matter what value it is set to): Enable Correlate whenever the named header is present regardless of value.

...

URL Parameter Correlation AnchorURLParameterCorrelationURLParameterCorrelation

URL parameter correlations apply to virtual assets that will be accessed over HTTP/HTTPS.

...

  1. Enable Enable correlation.
  2. If you want the correlation to be applied only if the request has the exact URL parameters specified in this table, enable Correlate only when the list of parameters matches exactly. Otherwise, any request that contains listed parameters as well as other parameters will correlate. Whether this option is enabled or disabled, a message that lacks one of the specified parameters will not match.
  3. Click Add. A new entry row appears.
  4. Enter the Parameter Name.
  5. Do one of the following:
    • If you want to match messages where this parameter is set to a specific value, enter : Enter that value under Value.
      Image Removed
    • You can also use criteria expressions to create, for example, string pattern matches.
      Image Removed
    • Image Added
    • If you want to match all messages that include this parameter (no matter what value it is set to), enable : Enable Correlate whenever the parameter name is present regardless of value
      Image RemovedImage Added

For example, assume that an asset is deployed under the path http://myvirtserver:9080/MyAsset/MyPath and the following URL Parameters are specified in a responder:

...