Sample clients for synchronous and asynchronous jobs

Sample clients for a synchronous job and asynchronous job (wsasyncclient) submission are provided in the client folder that resides in: {path}\APIs\Web Services\Sample Client. These clients demonstrate how to call KCM Core with the Web Services interface using the bare variant.

If you want to use a sample client, you need to install the .NET Framework on the machine used to run the sample client.

To use a sample client, the following parameters need to be provided:

  • Services address. This is the address of the Web Services server.
  • Service. The name of the Service called.
  • Parameters. Parameters needed for the particular Service.
  • Upload file. Optional. File that needs to be sent from the client to KCM Core.
  • File ID. Required when the Upload file parameter is used. ID for the file sent from the client. This ID can be used by the Service to collect the file sent with the Upload file parameter.