Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - SwitchServerTestConnection
Tests whether a connection can be made to the Switch application located at 'url'
Declaration
public string SwitchServerTestConnection ( string apiKey, string url, string userName, string userPW, string oemKey );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
url | string | URL to the Switch Server (eg: ) |
userName | string | User name to log in with |
userPW | string | user password to log in with |
oemKey | string | OEM key for SDK |
Returns
An XML document with DocumentElement 'ok' (<ok/>), or an exception