The CCS web service is implemented using the Window Communication Foundation (WCF) framework provided by Microsoft for building service-oriented applications. The framework allows services to be exposed through different end points. One end point is a SOAP-based web service hosted in IIS, which is the implementation method used for the CCS.
The CCS runs as a single service in IIS, but it is split into two interfaces, CCSDictionary and CCSClassify.
The CCSDictionary interface provides access to the list of Dictionary Classifications that are available for the calling application. These classifications are available to be applied to content that CCS has classified.
The CCSClassify interface provides the functionality to classify new content, and to return a list of existing classifications for content that was previously classified.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|