Explaining the Cobra Web Service ClientAPI
This section further explains the Cobra Web Service ClientAPI.
- Related Topics:
- Connecting to the Cobra Web Service Host
Connect to the Cobra Web Service host in order to use the Cobra Web Service and create applications that can execute Cobra functionalities over the network. - Creating Service Operations Classes
Service operation classes are classes that provide the mechanism to call operations to the Cobra Web Service. In the Cobra Web Service ClientAPI, related operations are grouped into separate service operation classes. - Running the Process or Operation
Service operation classes contain methods that you can call to run operations. These methods accept a service argument class as a parameter. The service argument class contains options that indicate the behaviors of the operation. - Retrieving Data
Service operation classes that support retrieving data contain methods to retrieve Cobra data. These methods accept a filter class as a parameter. The filter class contains options that indicate the behavior of retrieving data. - Logging Out of the Cobra Web Service Host
Deltek recommends closing the connection to the Cobra Web Service host.