Deploying data service samples on WSO2 Web service Application Server
=====================================================================
Please refer sample-guide.html for detailed instructions for WSAS Documentation on Data Services.
WSAS should be running when running the sample clients 
Target endpoint reference is set to localhost:9762 as default in client source 
files. Change if required.


Sample : Data Services (RDMBS)
==============================
1. Create database and deploy data service configuration files in WSAS server
ant deploy

2. Compile and run data service client 1
ant run-client-1

3. Compile and run data service client 2
ant run-client-2

4. Clean generated artifacts. 
(This will delete the database,deployed service & compiled class files.)
ant clean




Sample : Data Services (Excel)
===============================
1. Deploy Excel sample service
ant deploy-excel-service

2. Compile client
ant compile-all

3. Run client
ant run-excel-client



Sample : Data Services (CSV)
===============================
1. Deploy CSV sample service
ant deploy-csv-service

2. Compile client
ant compile-all

3. Run client
ant run-csv-client
