TIBCO MFT Command Center SOAP API
TIBCO MFT Command Center provides two public web services that can be used by a developer to access, control, and integrate TIBCO MFT Command Center with a third party application. The Administrator web service is used to configure and administer TIBCO MFT Command Center. The File Transfer web service is used to perform file transfers. Simple Object Access Protocol (SOAP) is used to describe and access the TIBCO MFT Command Center web services.
A copy of the SOAP specification can be found at http://www.w3.org/TR/SOAP/ . HTTPS is the preferred network protocol to be used to access TIBCO MFT Command Center web services.
Documentation for each of the web services is provided in javadoc format. You can find the documentation in HTML format in the docs.zip file located in docs directory under the directory where TIBCO MFT Command Center is installed (namely, where the cfcc.jar file is unpacked). Contact the administrator that installed TIBCO MFT Command Center to send you this docs.zip file. Extract the file into any directory. Double-click the index.html file to get a list of all the packages and classes.
The interfaces of both the Administrator service and the File Transfer service are published on the TIBCO MFT Command Center server in a WSDL format.
To access the Administrator service, navigate to the following URL with your browser: https://[DNS_HostName]:[httpsPort]/cfcc/control?view=services/AdministratorService?WSDL.
To access the File Transfer service, navigate to the following URL with your browser: https://[DNS_HostName]:[httpsPort]/cfcc/control?view=services/FTService?WSDL.
Both WSDL files can be used by most major SOAP 1.1 compliant implementations to access each of the TIBCO MFT Command Center web services. For examples on how to access web services, see your SOAP implementation documentation.