SK_FLAGS_WEBSERVICE_RAW_RESULT Constant

When calling SOLO Server web services, this flag will cause SK_CallXmlWebService to return the raw response (meaning the response is not decrypted for you automatically by this function). This flag is necessary to use when calling the XmlNetworkFloatingService web service with PLUSNative.

Syntax

C/C++
#define SK_FLAGS_WEBSERVICE_RAW_RESULT (0x00000100)
Visual Basic
Const SK_FLAGS_WEBSERVICE_RAW_RESULT As Long = 256