Global Invoker Validation Rules

Global Invoker XML file must be configured in BTT deployment XML file, otherwise, it is not validated. Following is the code sample:
<kColl id="invoker">
			<field id="initializer" 
				value="com.ibm.btt.invoker.InvokerInitializer" />
			<field id="extFile" value="invoker.xml" />
Following are the Global Processor 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 class is class reference or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result