Using TIBCO MFT Command Center Administrator Service

You can use Simple Object Access Protocol (SOAP) to describe and access the TIBCO MFT Command Center Administrator web service.

Procedure

  1. Contact the Administrator service at the following URL:
    https://[DNS_HostName]:[httpsPort]/ContextName/control?view=services/AdministratorService
  2. Execute the getSession method of the Administrator service.
    This call returns a session string that is to be used in all further contact to the Administrator service.
  3. Execute all other service methods needed to perform the required task.
  4. Execute the closeSession method of the Administrator service.
    This closes the current session.