Parses a response from a server-side script which was originally designed to work with the Automation Client's SK_GetTCData and SK_GetTCDataEx functions.
In general, if you are using SOLO Server, you should be using SK_SOLO_ActivateInstallationGetRequest with SK_CallXmlWebService for activation.
Before calling this function, you need to call SK_PLUS4_GetTcDataRequest to generate the request URL, and submit the request to the server using SK_HttpRequest (which returns the response this function is meant to parse).
All possible return values are included in the SK_ResultCode enumeration. Return codes to expect include:
| Result Code | Description |
|---|---|
| SK_ResultCode.SK_ERROR_NONE | No error. |
| SK_ResultCode.SK_ERROR_INVALID_DATA | The presence of invalid data has been detected. |
| SK_ResultCode.SK_ERROR_INVALID_ARGUMENTS | Some or all of the arguments are invalid. |
| SK_ResultCode.SK_ERROR_WEBSERVICE_RETURNED_FAILURE | A call to a Web Service succeeded, but the functionality of the Web Service returned an indicator of failure. |
| SK_ResultCode.SK_ERROR_MEMORY_ALLOCATION | Memory could not be allocated. |