Navigation:  Integration via REST web services > Technical overview >

Authentication and communication via API Gateway

Previous  Top  Next

This is the new developed feature that will replace Web Service Proxy. For authentication and authorization in API Gateway, the personal user token available in the "API Gateway" section in the user data screen:

 

account_01

 

account_02

 

In this section, we will demonstrate the use of the REST interfaces provided by SoftExpert Suite with the use of API Gateway. The objective is to present and configure the request authentication with API Gateway.

 

SoapUI, which is a tool used for testing web service applications, was used for the first demonstration. The image below shows an example of how to configure SoapUI using the RIS_CONTROL_INTERFACE interface for API Gateway.

req_apigateway

 

Application URL: To use API Gateway, the Web Service must be called through the https://<domain_sesuite>/apigateway URL. The domain_sesuite must be the same as the one for user access to SoftExpert Suite. See further details in the API Key Authentication section.

Method = POST;

Constants = described in the input parameters of the REST interfaces, exemplified in the image as being classname, classpth and cdprod;

JSON sending data;

Authentication header;

oAuthorization: Token generated in the "API Gateway" section of the user data screen;