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. |