Concept: Validation Steps
Validation mediation steps enable you to evaluate messages as they pass through your
integration. Workday Studio provides these
Validation
steps on
the Palette
:Name | Function | Notes |
|---|---|---|
eval
| Enables you to evaluate expressions directly. | |
validate
| Validates a mediation message to ensure that it adheres to an XML schema or a Document
Type Definition (DTD), or that it contains well-formed XML. |
|
validate-exp
| Validates an incoming message using one or more MVEL expressions. |
|
validate-xpath
| Validates a message using an XPath expression, which is evaluated as a Boolean. |
|