Structured (XML) input handling tab
Use this tab to configure Message Connector for XML schema validation. You can reject the received XML documents that cannot be validated against an XML schema. Though this feature applies to all documents, but it is primarily useful for web service input where the invalid document is automatically rejected, and the web service sender is informed of the reasons for rejection.
Before schema validation, Message Connector determines if an XML document is valid. Documents that fail this check are also handled according to the settings in the If validation fails parameter.
Types: Type a comma or blank separated list of MIME types or file extensions that should be treated as XML documents for automatic schema validation.
Schema validation: Select one of the following options to control XML schema validation:
-
Disabled: Message Connector does not validate XML documents.
-
Optional: Validates XML documents for which an XML type has been defined. Documents that have a defined XML type but are invalid are handled based on the If validation fails parameter.
-
Required: Validates all XML documents that have a matching XML type. Documents that do not have a matching XML type or the documents that fail validation are handled based on the If validation fails parameter.
If validation fails: Select how to handle XML documents that failed validation:
-
Do not apply XML handling: Treats the document as a non-XML document.
-
Reject the message: Marks the document as invalid. Such documents are not imported to Kofax App. In case of web service input, the sender is immediately informed of the reason for rejection. Invalid documents are temporarily stored in Message Connector for troubleshooting.