The translation is temporarily closed for contributions due to maintenance, please come back later.
The translation was automatically locked due to following alerts: Could not update the repository.
English Japanese
If a request returns an error even after a first retry, define if subsequent retries are triggered using the same interval or in increasing intervals.
Note: Maximum retry count might not be reached if a maximum retry period is configured as well and reached earlier.
This field must be empty or contain a positive number.
Maximum period of time for retries of failing requests before they are discarded (based on the error handling module execution time for the initial request).
Retries that would normally be triggered after maximum period is elapsed (according to retry interval calculation) will automatically be triggered at maximum period exactly.
Example: If a request is initially triggered at 10:00 with initial interval at '1 minute', retry factor at '2' and maximum retry period at '30 minutes', retries would be triggered at 10:01, 10:03, 10:07, 10:15 and finally at 10:31=>10:30.
Note: Maximum retry period might not be reached if a maximum retry count is configured as well and reached earlier.
GenericInterface Invoker Event Settings for Web Service %s
And can't be repeated on the same condition.
Here you can add or modify your XSLT mapping code.
The editing field allows you to use different functions like automatic formatting, window resize as well as tag- and bracket-completion.
Data includes
Select one or more sets of data that were created at earlier request/response stages to be included in mappable data.
These sets will appear in the data structure at '/DataInclude/<DataSetName>' (see debugger output of actual requests for details).
Data key regex filters (before mapping)
Data key regex filters (after mapping)
The data structure will be traversed recursively and all configured regexes will be applied to all keys.
Use cases are e.g. removing key prefixes that are undesired or correcting keys that are invalid as XML element names.
Example 3: Search = '^(?<number>\\d+) (?<text>.+?)\\$' / Replace = '_\\$+{text}_\\$+{number}' turns '16 elementname' into '_elementname_16'.
If modifiers are desired they have to be specified within the regexes themselves.