Schema Validation Error Message Change

This feature provides the option to have the application track any exception thrown during the XML staging process and will generate a 400 response code if that exception is an XMLStreamException - caused by schema validation.  A 500 response code will be provided for any other exception.  In previous releases,  sending in a transmission with the XML SCHEMA VALIDATION Optional Feature Opted In, those transmissions where the schema validation fails would not be saved and a 200 response code would be returned.

Now, using the property - glog.integration.web.inboundProcessing.errorResponse - the application can track any exception thrown during the staging process and will now generate a 400 response code for schema validations.

This feature provides more insight into your Schema Validation errors.

Steps to Enable

This functionality is controlled by the property  - glog.integration.web.inboundProcessing.errorResponse - if the property is set to false (the default), the application reverts to the old behavior and does not check on any exception that occurs during the staging process. To take advantage of the this feature the property should be set to true.