Overview of SOAP wrappers

Prev Next

The SOAP wrappers provide different response methods (see Table: Response methods).

Table:  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.

Table:  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 Java/doc subfolder of the SDK deployment directory.