Node XML structure

Nodes are defined using the following XML structure:-

<Node NodeType="#" NodeID="#" Description="">
  <!-- Comments can be included -->
  <MandatoryProperties/>
  <OptionalSettings/>
  <Branches/>
  <DynamicBranches/>
  <DynamicProperties/>
</Node>

A service is created by constructing an XML document containing two or more nodes.

This XML document is then used with the service configuration web methods to update the platform.

Last updated

Was this helpful?