Getting Started With CTX API
In order to get started, please refer to the CTX installation and administration guide to get the required setup running in your environment. The relevant documentation can be found here
Following the setup, please download the scheduling and CDR related WSDL file and consume it using your favorite web services toolset such as Axis/Axis2 for Java developers Windows Communication Foundation (WCF) utilities for Windows developers.
In order to access the WSDL file for Scheduling, please use the following URL:
http://<DNS name or IP address for your admin server>:8080/ctxapi/api/sched?wsdl
In order to access the WSDL file for CDR, please use the following URL:
http://<DNS name or IP address for your admin server>:8080/ctxapi/api/cdr?wsdl
The data structure, method calls and return values are detailed in the API guide.