Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 53
Using the APIs for remote setup and booking
Cisco TMSBA Programming Reference Guide
Page 14 of 53
Setting up your environment
Cisco TMSBA provides a Web Services API that interfaces with the Cisco TMS booking engine. Web 
Services allows for simple integration into most common language and programming environments. 
See your development tool reference for information on how to build implementation stubs to help speed the 
development of applications that use Web Services.
API locations
 
The WSDL file for the Cisco TMS remote setup API is located at: http://[Cisco TMS 
server]/tms/external/booking/remotesetup/remotesetupservice.asmx
.
 
The WDSL file for Cisco TMSBA is located at: http://[Cisco TMS 
server]/tms/external/booking/bookingservice.asmx
.
Microsoft Visual Studio .NET users can reference the APIs by selecting 
Project > Add Web Reference
, or 
entering the URLs above. You will be required to authenticate through web services to create the reference. 
In a network load balancing scenario, use the virtual IP address or DNS name of the cluster for this task to 
allow failover for the API.