- 10 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
SOAP EMV-CAP Authentication Wrappers
- Mis à jour le 10 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The EMV-CAP authentication component is used to validate smart card reader authentications. This component implements a failover system, which means that two SOAP servers can be defined in a configuration. If the primary server does not respond, an authentication attempt will be made with the second one. If the second server also fails to respond, the request is dismissed and the relevant error code is returned.
The EmvCapAuthenticationBean object maps all commands defined in the OneSpan Authentication Server authentication WSDL file.
All object methods return high-level objects that wrap the server’s response. Those objects are subclasses of the IdentikeyResponse, which defines methods common to all objects. For a list of different methods defined by this class, see Overview of SOAP wrappers.
The authentication commands return an EmvCapAuthenticationCommandResponse object that wraps the server’s response.