This method can be used to check the connectivity with Concord Web Services
Syntax
C# | ![]() |
---|---|
string CheckService() |
Visual Basic | ![]() |
---|---|
string CheckService() As String |
Parameters
Parameter | Type | Required? | Description | |
---|---|---|---|---|
Input Header | x-ch-request-id | String | Client generated unique identifier for tracking | |
Content-Type | String | Indicates the expected content type of the payload. Valid options are:
If a value is not supplied then the default of application/soap+xml is used. | ||
Output Header | x-ch-activity-id | String | Server generated unique identifier of tracking | |
x-ch-execution-time | String | Server execution time in milli-seconds | ||
Result | return | String | Returns “Server Is Up” if connect successful and service is ready to take requests. |
Code Examples
Detailed code examples for CheckService method