Calls a SOLO Server XML web service method.
The XML document returned in the response parameter must be freed from memory! The SK_XmlDocumentDispose function is recommended for this purpose.
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_SESSION_VERIFICATION_FAILED | The requested session verification has failed. |
SK_ResultCode.SK_ERROR_INVALID_ARGUMENTS | Some or all of the arguments are invalid. |
SK_ResultCode.SK_ERROR_WEBSERVICE_CALL_FAILED | An unexpected failure occurred during an attempt to call a Web Service. |
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. |