Using TIBCO MFT Command Center File Transfer Service

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

Procedure

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