Create Datasource

ASG-Studio provides open data access by using datasource integration. Datasource integration enables the applications to access multiple data repositories, such as ERPs, Mainframes, RDBMS, and Flat files for accessing and processing the data for business purposes. A datasource object has properties that can be modified when necessary. For example, if the datasource is moved to a different server, the property for the server can be changed. Since datasource properties can be changed, any code accessing that datasource does not need to be changed.

ASG-Studiosupports the following types of datasources:

Database datasource

Database datasource allows you to query data from a database. See, Create Database Datasource.

Web service API datasource

Web service API datasource allows a REST-based web service API method to query data from a database. See, Create Webservice API Datasource.

Composite Webservices

Composite webervices datasource allows composition of different webservice methods that perform individual operations. See, Create Composite Webservices Datasource.