General site information can be added, updated, or retrieved.

  • General information is always set when creating a site (the add operation). This is done using the gen_setup node (no data type, defined within the add operation node). See the structure of this node in the Node add/gen_setup section.
  • General information about the specified sites can be retrieved by the get operation. It is returned in the gen_info node of type siteGenInfoType (site.xsd). See the structure of this node in the Node get/gen_info section.
  • General information can be updated/modified by the set operation. This is done using the gen_setup node of type setSiteGenSetupType (site.xsd). See the structure of this node in the Node set/gen_setup section.