Author: sandakith
Date: Wed Dec 19 04:43:00 2007
New Revision: 11572

Log:

adding the README to the JAXWS sample 


Added:
   trunk/wsas/java/modules/samples/JAXWS/README

Added: trunk/wsas/java/modules/samples/JAXWS/README
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/JAXWS/README        Wed Dec 19 04:43:00 2007
@@ -0,0 +1,35 @@
+Sample: JAXWS-Calculator
+========================
+
+Introduction
+============
+
+This is an example JAXWS Web service. It shows how to expose the methods of a 
class as a JAXWS Web
+service using WSO2 Web Service Application Server @[EMAIL PROTECTED]
+
+
+Building the Service
+====================
+
+To build the sample service, go to samples directory and type: ant 
+
+This will build the jaxws-calculator.aar in the target directory and copy it 
to the
+<WSAS_HOME>/repository/services directory. If you start WSAS, the 
jaxws-calculator-service
+will be available online.
+
+The WSDL for this service should be viewable at:
+
+http://<host>:<port>/services/CalculatorService?wsdl
+
+
+Running the Client
+==================
+
+To run the sample client for the service, go to samples directory and type: 
ant run-client
+
+Or elase you can use WSAS features to generate the client stubs pointing to 
the wsdl and invoke the service with that
+Or invoke the service with Try-It 
+
+Help
+====
+Please contact wsas java user list ([EMAIL PROTECTED]), if you have any 
trouble running the sample.

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to