Overview of SOAP wrappers
- 17 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Overview of SOAP wrappers
- Mis à jour le 17 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
The SOAP wrappers provide different response methods (see Table: Response methods).
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.
Method name | Description | Return type |
---|---|---|
getErrorCode() | Returns the error code | int |
getErrorMessage() | Returns the error description as a String | String |
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.
Cet article vous a-t-il été utile ?