1.3.11.54 Get Message Header Number
The Get Message Header Number processor extracts a numeric attribute from attribute of XML elements in a web service request. This is useful in providing values across the records.
The following table describes the configuration options:
| Configuration | Description |
|---|---|
|
Inputs |
None (All values are taken from the XML.) |
|
Options |
|
|
Outputs |
Resulting array after concatenating inputs.
|
Output Filters
The following table describes the configuration options:
| Filter | HeaderValid |
|---|---|
|
Header Valid |
Y |
|
Header Invalid |
N |
Example
The following example shows the value of header, its default value, or null.
| Header | Value | Default | Output Value | Header Valid | Filter |
|---|---|---|---|---|---|
|
max_edit_distance |
2 |
3 |
2 |
Y |
Valid |
|
max_edit_distance |
Null |
3 |
3 |
Y |
Valid |
|
max_edit_distance |
Banana |
3 |
3 |
N |
Invalid |
|
max_edit_distance |
Banana |
Not set |
Null |
N |
Invalid |
|
max_edit_distance |
Null |
Not set |
Null |
Y |
Valid |