Skip to main content

Validation

Validation

Determines the validation that a business host performs when it receives an incoming virtual document.

If the document fails validation, the business service or business operation does not send it. (The details are different for business processes.)

The following table lists the possible values for Validation:

Value Meaning
d Validation examines the DocType property of the document to see if it has a value.
m Validation verifies that the document segment structure is well formed, and that it can be parsed using the schema identified in the DocType property of the document.
dm Both d and m are active.
(a blank string) The business host skips validation and routes all documents. This is the default setting.

For a longer discussion, see Basic Validation Options and Logic.

FeedbackOpens in a new tab