QMWISe header information
The following information can be included in the header information passed by the web service method.
Questionmark recommends that basic authentication is used with QMWISe over SOAP headers. For more information on using basic authentication with QMWISe, please refer to the Basic authentication section of the QMWISe API Guide.
Security parameter
These parameters are required if security is enabled, otherwise they can be ignored.
Input
Parameter | Description | Type |
---|---|---|
ClientID |
This is the name of a Questionmark administrator. |
String |
Checksum |
This is the plain text password of this Questionmark administrator. |
String |
Trust parameter
These parameters are for internal use only and can be ignored when calling any of the QMWISe web service methods.
Input
Parameter | Description | Type |
---|---|---|
Digest |
This is the MD5 Checksum of the contents of the SOAP body (before any encoding) plus the secret key. |
String |
Encoding |
This value is either none or DES. |
String |
Signature |
This is the MD5 Checksum of the values of the Digest and Encoding fields plus the TrustedKey and secret key combination. |
String |