This method can be used to check the connectivity with Concord Web Services

Syntax

C# Copy imageCopy
string CheckService()
Visual Basic Copy imageCopy
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:

  • application/soap+xml for SOAP XML.

  • application/json for JSON.

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

See Also