Author: suran
Date: Tue Jan 22 12:02:37 2008
New Revision: 12706

Log:

cpoied from 2.2 branch. fixed @wsas_version@ to @[EMAIL PROTECTED]


Added:
   trunk/wsas/java/modules/documentation/src/site/xdoc/jaxws_sample_guide.xml

Added: 
trunk/wsas/java/modules/documentation/src/site/xdoc/jaxws_sample_guide.xml
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/jaxws_sample_guide.xml  
Tue Jan 22 12:02:37 2008
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+<html>
+    <body>
+        <h1>Introduction</h1>
+        <p>
+            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]
+        </p>
+
+        <h1>Building the Service</h1>
+        <p>
+            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
+            &lt;WSAS_HOME&gt;/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://&lt;host&gt;:&lt;port&gt;/services/CalculatorService?wsdl
+        </p>
+        <h1>Running the Client</h1>
+        <p>
+            To run the sample client for the service, go to samples directory 
and type: 
+               <pre>ant run-client</pre></p>
+       <p>
+            Otherwise, you can use WSAS features to generate the client stubs 
pointing to the wsdl and
+            invoke the service with the generated client.</p>
+       <p> Or you can invoke the service with Try-It.
+        </p>
+
+    </body>
+</html>

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

Reply via email to