After creating a data service (.dbs
file) file from scratch, deploy it to the ESB profile of WSO2 Enterprise Integrator (WSO2 EI) using one of the methods listed below:
Table of Contents |
---|
...
Download the product installer from here, and run the installer.
Insert excerpt Installing the Product Installing the Product nopanel true Start the ESB profile:
Panel borderColor #542989 bgColor #ffffff borderWidth 1 Localtabgroup Localtab active true title On MacOS/Linux/CentOS Open a terminal and execute the following command:
Code Block wso2ei-6.45.0-integrator
Localtab title On Windows Go to Start Menu -> Programs -> WSO2 -> Enterprise Integrator 6.45.0 Integrator. This will open a terminal and start the ESB profile. - Go to the management console:
https://localhost:9443/carbon
. - Sign in using
admin
as the username and password. - Click Data Service > Upload.
Select the database backup (.dbs) file and click Upload.
Tip Don't' have a database backup file? Upload a sample data service that is stored in the
<EI_HOME>/samples/data-services/dbs
folder.- If the file is deployed successfully, the Deployed Services window appears with the new data service listed. From here, you can manage your service. See Working with Data Services.
...