Write the .NET Code
To use the Cobra Web service, you must write scripts and codes.
- Related Topics:
- Connect to the Cobra Web Service Host
Connect to the Web service host in order to use the Cobra Web services and create applications that can execute Cobra functionalities over the network. - Create Service Operations Classes
Service operation classes are classes that provide the mechanism to call operations to the Web service. In the Cobra Web Service ClientAPI, related operations are grouped into separate service operation classes. - Run 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. - Retrieve 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. - Log Out of the Cobra Web Service Host
Deltek recommends to close the connection to the Cobra Web Service host.
Parent Topic: Cobra Web Services