Using the Cobra Web Service ClientAPI in Your Application

To use the Cobra Web Service ClientAPI in your application, you must set up your .NET project by adding the ClientAPI file as reference in Visual Studio Projects.

The Cobra Web Service ClientAPI uses the following files:

  • Cobra.Model.WebService.dll: This is a .NET dynamic link library file that contains contract objects that are being exchanged by the Cobra Web Service host and the Cobra Web Service Client API.
  • Cobra.WebService.ClientAPI.dll: This is a .NET dynamic link library file that contains objects used to call Cobra functionalities on the Cobra Web Service host.
  • Cobra.WebService.ClientAPI.dll.config: This is a configuration file that contains the network location and settings used by the library file to communicate with the host.
  • Cobra.Model.WebService.xml and Cobra.WebService.ClientAPI.xml: These are code documentation XML files. These files can be used by Visual Studio to provide IntelliSense of code documents of objects found in the libraries.