Author: pradeeban Date: Thu May 14 23:57:45 2009 New Revision: 35838 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35838
Log: Fixing the HelloWorld Sample's README, which was invalid. Modified: trunk/wsas/java/modules/samples/HelloWorld/README Modified: trunk/wsas/java/modules/samples/HelloWorld/README URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/HelloWorld/README?rev=35838&r1=35837&r2=35838&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/HelloWorld/README (original) +++ trunk/wsas/java/modules/samples/HelloWorld/README Thu May 14 23:57:45 2009 @@ -1,7 +1,29 @@ -WSO2 Web service Application Server -=================================== - -Sample : Helloworld +Sample : HelloWorld =================== -Please refer sample-guide.html for detailed instructions on how to run the Helloworld sample. +Introduction +============ + +This is a simple sample that demonstrates the functionality of the Axis2 services +deployed as web services in WSO2 Web Service Application Server . + + +Building the Service +==================== + +1. Use "ant" command in the WSO2WSAS_HOME/samples/HelloWorld/ to build the service. +2. This will build the HelloWorld service in the target directory and copy it to the +<WSAS_HOME>/repository/services directory. If you start WSAS, HelloWorld will be +available as a deployed service. + +The WSDL for the service should be viewable at: +http://<host>:<port>/services/HelloService?wsdl + + +Running the client +================== + +You can use WSAS features to generate the client stub pointing to the wsdl and +invoke the service with that, or invoke the service with Try-It. + + _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
