monitorPing

This method is used by the calling system web service client to ping SDX. SDX expects the calling system to call this method every ping interval that was set when the web service client was registered.

Request Parameters

Parameter Type Requirement Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null(indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.
siteID xsd:string mandatory - cannot be null or empty A unique identifier for the web service client

Response

Response Type: String

Successful response returns a simple OK; otherwise will return error.

OK