Professional > Interview scripting > Using Interview Services > CaDSClient Interview Service
 
CaDSClient Interview Service
The CaDSClient service provides options that allow routing script writers to access IBM SPSS Collaboration and Deployment Services to perform the following tasks:
Use the scoring web service.
Store and maintain files (upload UNICOM Intelligence assets, and file management functions such as move, add, delete, list file, search file, and so on).
Create new jobs, based on existing jobs, with the ability to update job variables and parameters.
Create a wrapper for the IBM SPSS Collaboration and Deployment Services web service functions, which aids in script routing. The CaDSClient.Client object can be created in .mrs for storing configuration settings and calling IBM SPSS Collaboration and Deployment Services functions.
The CaDSClient component is implemented using C# WCF. The CaDSClient.Client class was implemented using the ICaDSClient and IService interfaces. The ICaDSClient interface is the top-level object that contains the configuration details; ICaDSFeatures is the sub-object that is exposed into the Interview Object Model (IOM), and includes the Scoring, ContentRepository, ProcessManagement, and other functions.
CaDSClient component
For more information, see CaDSClient Interview Services object model.
See also
Using Interview Services