Global Operation Validation Rules

Global Operation XML file must be configured in BTT deployment XML file, otherwise, it is not validated. Following is the code sample:
<kColl id="operation">
			<field id="extFile" value="operation.xml" />
			<field id="initializer"
				value="com.ibm.btt.base.OperationInitializer" />
Following are the Global Operation Validation Rules:
  1. Validates if the ID is unique within the parent node.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  2. Validates if the Operation Context exists or not in the global Context XML file.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  3. Validates if the refFormat exists or not in the global Format XML file.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  4. Validates if the refService exists or not in the global Service XML file.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  5. Validates if the implClass is class reference or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result