...
- Log in to the management console and select Upload under Data Service menu.
- Select the EventingSample.dbs file from the
<DSS_HOME>/repositorysamples/deploymentdbs/serverrdbms/dataservices/samples/
folder and click Upload. - If the file is deployed successfully, the Deployed Services window appears with the new data service listed. Alternatively, copy the file to the
<DSS_HOME>/repository/deployment/server/dataservices
folder. It will be deployed instantly as hot deployment, which is enabled in Data Services Server by default.
See Creating and Deploying a Configuration File .
Running the Sample
The sample service can be run using the TryIt tool, which is bundled with the WSO2 Data Services Server, or a code-generated java client sample as discussed in the Data Services Clients section.
...