Enabling Schema Validation at Node Level
To enable schema validations at Runtime Node level, set the
com.tibco.amf.bindingtype.soap.enable.validation
TRA property to
true
. It enables validations for all SOAP Service and Reference Bindings deployed on that Node. This property is useful if you want to enable schema validations for ALL incoming and outgoing SOAP Messages on ALL SOAP Bindings deployed on the Node.
-
This property takes higher precedence than the settings made at Binding level. In other words, if this property is set to
true
, schema validations run for all SOAP Bindings even though the validations are disabled at the Binding level for individual SOAP Bindings. - If the property is set to
false
, the schema validations run only if they are configured at Binding level. The valuefalse
cannot be used to disable the schema validations.