Disabling Schema Validation at Node Level

To disable schema validations, set the com.tibco.amf.bindingtype.soap.disable.validation property to true. The validations are disabled for all SOAP Service and Reference Bindings deployed on that Node. This property is useful to turn off the schema validation feature entirely on the Node.

Note:
  • This property takes precedence over the com.tibco.amf.bindingtype.soap.enable.validation TRA property and values specified at Binding level for SOAP Bindings. In other words, if this property is set to true, the schema validations will not be run for any SOAP Bindings even though validations are enabled through TRA property or at Bindings level for SOAP Bindings.
  • The value false cannot be used to enable the schema validations.