Under the hood, the core of AuthAnvil is driven by a Web Service. A web service is a software system designed to support interoperable Machine to Machine interaction over a network. Using an XML-based extensible message envelope, a client wishing to consume strong authentication provided by AuthAnvil can send a request to the AuthAnvil server for authentication. Once validated, AuthAnvil will return an envelope which contains information granting or revoking the request.
For developers who do not know how to use web services or cannot use a language that readily supports it, a COM interface is available that can be called directly. This interface converts the COM request into a web service request and completes the transaction on behalf of the caller.
|