Global Service Validation Rules

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

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  3. Validates if the dataname="id" exists or not in global data xml.

    The element referenced by refData can be <data>, <field>, <kColl>, <iColl> and bColl.

    Following screen capture shows the validation result:

    Screen capture showing the validation result