...
- getAssets_request
- getAssets_response
createAccount_request.txt
- createAccount_response.txt
If the body of the request or response is binary, you can store it and the headers in separate files. For example, you can put the headers in the "getAssets_response" file and store the body in a file named "getAssets_response.bin". The name of accompanied binary file should be the name of the request or response file plus ".bin" (including any file extension; for example, if your headers are in a file called "getAssets_response.txt" then your bin file should be called "getAssets_response.txt.bin").
...
You can use the Exclude Patterns for Request Message Correlation table to define patterns that are excluded for both URL query parameters and payload elements. Any URL query parameters and payload elements matching an exclude pattern will be ignored. Element names are specified as exact matches or using a wildcard (*) to match everything. Value patterns are specified as regular expressions. For For example, the table below demonstrates an exclude pattern to ignore timestamps.
...