Overview of SOAP wrappers

Prev Next
  Response methods
Method nameDescriptionReturn type
getReturnCode()Returns the operation return codeint
getStatusCode()Returns the operation status codeint
getErrorStack()Returns the list of IdentikeyError objects containing the error code and descriptionList<IdentikeyError>
getResults()Returns the response object model 

The return type of getResults() depends on the SOAP wrapper.

The IdentikeyError object is a container for server errors. It contains the error code and the error description.

  Error objects
Method nameDescriptionReturn type
getErrorCode()Returns the error codeint
getErrorMessage()Returns the error description as a StringString

For more information about supported wrapper commands, refer to the online help files packaged with the SDK. These help files are located in the ASP.NET/doc/ subfolder of the SDK deployment directory.