Author: pradeeban Date: Tue Apr 28 06:42:21 2009 New Revision: 34284 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34284
Log: Fixing paragraph alignment of the DataService Readme Modified: trunk/wsas/java/modules/samples/DataService/README Modified: trunk/wsas/java/modules/samples/DataService/README URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/DataService/README?rev=34284&r1=34283&r2=34284&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/DataService/README (original) +++ trunk/wsas/java/modules/samples/DataService/README Tue Apr 28 06:42:21 2009 @@ -4,14 +4,19 @@ Introduction ============ -This is a sample Relational database management system (RDBMS) Data service. It exposes the usage of Data Services as a web service using WSO2 Web Service Application Server. Please refer to data service sample document in the WSAS documentation (which is in 'docs' folder of the WSAS distribution) for detailed instructions on how to run the data service sample. +This is a sample Relational database management system (RDBMS) Data service. +It exposes the usage of Data Services as a web service using WSO2 Web Service Application Server. +Please refer to data service sample document in the WSAS documentation (which is in 'docs' folder +of the WSAS distribution) for detailed instructions on how to run the data service samples. Building the Data Services ========================== 1. Use "ant deploy" command in the WSO2WSAS_HOME/samples/DataService/ to build the service. -2. This will build the data services in the target directory and copy them to the <WSAS_HOME>/repository/dataservices directory. +2. This will build the data services in the target directory and copy them to the +<WSAS_HOME>/repository/dataservices directory. If you start WSAS, DataServiceSample1 and +DataServiceSample2 will be available as deployed services. The WSDL for the services should be viewable at: http://<host>:<port>/services/DataServiceSample1?wsdl @@ -27,12 +32,12 @@ 2. Compile and run data service client 2 ant run-client-2 -You can also use WSAS features to generate the client stubs pointing to the wsdl and invoke the services with them -Or you can invoke the services with the Try-It option of WSAS. +You can also use WSAS features to generate the client stubs pointing to the wsdl, and invoke the +services with them, or you may invoke the services using the Try-It option of WSAS. -Clean generated artifacts -========================= +Cleaning the generated artifacts +================================ Use "ant clean" command to delete the database, deployed service & compiled class files. _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
