Application Server Configuration - Enterprise Integration Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Enterprise-Integration-Server/English/Foundation-22.1/Enterprise-Integration-Server/Enterprise-Integration-Server-Configuration/Configuration-Overview/Additional-Inbound-Configuration/Sending-an-XML-Rendition/Application-Server-Configuration - 2022-08-18

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 22.1
License
Premier
Standard

The following Application Server web.config settings pertain to the use of the Document | OnDocChanged inbound operation to send an XML rendition of a document from OnBase to a line-of-business application:

Setting

Description

ValidateMessageSchema

When set to true(default), the XML rendition is validated against the message schema.

When set to false, the XML rendition is not validated against the message schema. The XML rendition is always sent to the line-of-business application, even if the XML rendition is invalid.

Tip:

Setting ValidateMessageSchema to false decreases the time it takes to process each message.

ContinueOnValidationError

This setting is only used when ValidateMessageSchema is set to true.

When ContinueOnValidationError is set to true and validation fails, a warning is displayed in the Diagnostics Console and the XML rendition is sent to the line-of-business application.

When ContinueOnValidationError is set to false(default) and validation fails, an error is logged to the Diagnostics Console and the XML rendition is not sent to the line-of-business application.