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.

Note:
  • This property takes higher precedence than the settings made at Binding level. In other words, if this property is set to true, schema validations will be run for all SOAP Bindings even though the validations will be disabled at the Binding level for individual SOAP Bindings.

  • If the property is set to false, the schema validations will be run only if they are configured at Binding level. The value false cannot be used to disable the schema validations.