Info |
---|
This documentation relates to an old version of the greenID API. It was deprecated in July 2016. See greenID API for the current version. |
...
- A greenID account must be established. This includes specifying the rules to be used, the data sources that will be available, and a range of other configuration options.
- Get the Web Service credentials. These consist of an "account ID" and a Web Service password. These must be obtained from greenID, and used in every Web Service call.
- Consume the WSDL (see the section about Web Service Endpoints), create client side artefacts and connect. The greenID API requires that the client makes SNI (Server Name Indication) enabled requests, all modern clients will do this by default.
GreenID offers two separate environments: test and production. Customers start out in test, where they may carry out their development activities, performing as many test verifications as they like. Once the customer is satisfied with their integration, their account can be activated in the production environment.
To help our customers get going, greenID provides a SoapUI project that will call the greenID API in the greenID test environment. Customers are free to use this project to start making calls immediately, familiarising themselves with the API without having to write any code or set up any environments.
To start using the project, simply open it in SoapUI, and replace the following placeholders:
...