This method is used to register a calling system as a submitting web service client with SDX. This client may then be listed in the administrator site.
| 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 | optional - can be null or empty | A unique identifier for the web service client |
| siteName | xsd:string | mandatory - cannot be null or empty | A name for the web service client. This is listed in the admin site. |
| siteAddress | xsd:string | mandatory - cannot be null or empty | The IP or URL address to the web service client. |
| pingInterval | xsd:int | optional - can be null or empty | The interval in minutes how often the calling system will ping SDX via monitorPing web service call. |
| reportInterval | xsd:int | optional - can be null or empty | The interval in minutes how often the calling system will report to SDX via monitorReport web service call. |
| emailNotify | xsd:string | mandatory - cannot be null or empty | An email address to receive notifications from SDX about the calling system web service client. |
Response Type: String
Successful response returns a simple OK otherwise will return error.
OK