...
...
...
...
...
...
Table of Contents |
---|
Description
Adonis Web Service is the WCF solution based on JSON standard response/request. It is used to provide CRUD operations and perform actions on Adonis Ecosystem entities
...
Under administrator login open Configurations -> General -> Personal Portal Service. Define a password for "Adonis_API" user.
...
Step 2: Authentication
Use method GNL_API_AUTHENTICATION with login "Adonis_API" and password defined on step 1. To generate a security token.
...
And generate token using CPServiceWrapper class:
String token = new CPServiceWrapper().GNL_API_AUTHENTICATION("Adonis_API", password, TokenLifeTime, serviceURL);
...