Key Capabilities
- XML and message header validation using configurable rules and conditions
- XPath-based validation for XML content with sample file support for rule creation
- Data type validation for strings, numbers, and DateTime values
- Group-based rule organization with complex logical conditions (AND/OR)
Overview
Validate connectors are configured with one or more rules that determine whether input XML or message headers are considered valid. Valid input successfully passes through the connector, while XML files or message headers that fail validation throw an error and are not passed along in the flow. For each configured rule, the connector checks the value from the input XML or message header against the target value to see if it is considered valid. See Rules Tab for details.Connector Configuration
This section contains all of the configurable connector properties.Rules Tab
Add and configure rules and groups of rules. Input XML and message headers are considered valid if they conform to all of the configured rules.
You can build complex validations by defining individual rules and/or groups of rules. To add a validation rule, click Add Rule or Add Group.
When you build your rules, use the dropdowns to make your selections and choose your operator. You can choose from the following:
- Input XML
- Value: The value at the XPath being evaluated
- Data Type: The data type of the value (String, Number, DateTime)
- Occurrences: The number of times the XPath occurs in the document
- Message Header
- Value: The value of the message header being evaluated
- Data Type: The data type of the value (String, Number, DateTime)
