You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/09/19 13:59:32 UTC

svn commit: r447822 - in /webservices/axis2/trunk/java/xdocs/latest: userguide2.html userguide5.html

Author: chatra
Date: Tue Sep 19 04:59:32 2006
New Revision: 447822

URL: http://svn.apache.org/viewvc?view=rev&rev=447822
Log:
applied patch AXIS2-1176. Thanks Saliya

Modified:
    webservices/axis2/trunk/java/xdocs/latest/userguide2.html
    webservices/axis2/trunk/java/xdocs/latest/userguide5.html

Modified: webservices/axis2/trunk/java/xdocs/latest/userguide2.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/latest/userguide2.html?view=diff&rev=447822&r1=447821&r2=447822
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/userguide2.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/userguide2.html Tue Sep 19 04:59:32 2006
@@ -236,10 +236,10 @@
 skeleton and the other required classes.</p>
 
 <p>Windows users can use the following command in the console:</p>
-<pre style="margin-bottom: 0.2in">WSDL2Java -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ..\samples -p org.apache.axis2.userguide</pre>
+<pre style="margin-bottom: 0.2in">WSDL2Java.bat -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ..\samples -p org.apache.axis2.userguide</pre>
 
 <p>Linux users should switch the file separator:</p>
-<pre style="margin-bottom: 0.2in">WSDL2Java -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide</pre>
+<pre style="margin-bottom: 0.2in">WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide</pre>
 
 <p>This will generate the required classes in the <b>src</b> directory inside
 samples, and the schema classes in <strong>schemaorg_apache_xmlbeans</strong>
@@ -250,8 +250,8 @@
 <h4><a name="Implement_the_Business_Logic">Implement the Business
 Logic</a></h4>
 
-<p>Locate the skeleton class that can be found under src/userguide directory
-with the name "Axis2SampleDocLitPortTypeSkeleton.java". This is the skeleton
+<p>Locate the skeleton class that can be found under src/org/apache/axis2/userguide directory
+with the name "Axis2SampleDocLitServiceSkeleton.java". This is the skeleton
 for our Web service and we can now easily implement the business logic. The
 WSDL we have used has three operations:<!--<li><p style="margin-bottom: 0in">echoVoid   - Operation that does not
 accept any input parameters  and also provide no out put parameters. Just
@@ -272,7 +272,7 @@
 <!--<h4>echoVoid   </h4>
 
 <p>Locate the following code segment  in the
-"Axis2SampleDocLitPortTypeSkeleton.java"  and fill the business logic. For
+"Axis2SampleDocLitServiceSkeleton.java"  and fill the business logic. For
 the explanation purpose we do not need anything to be implemented here.</p>
 <pre>public  void echoVoid(){
 //Todo fill this with the necessary business logic
@@ -399,7 +399,7 @@
 
 <p>Deploying the service  is just a matter of dropping the ".aar" in to
 "services" directory that can be found in the "\webapps\axis2\WEB-INF" of
-your servlet container, hence copy the "echo.aar" into the "<b>services</b>"
+your servlet container, hence copy the "Axis2SampleDocLitPortType.aar" into the "<b>services</b>"
 directory. Once these steps are completed, please start the servlet container
 (if you have not already started) and check the link "Services" on the <a
 href="http://localhost:8080/axis2/index.jsp" target="_blank">Home Page of

Modified: webservices/axis2/trunk/java/xdocs/latest/userguide5.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/latest/userguide5.html?view=diff&rev=447822&r1=447821&r2=447822
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/userguide5.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/userguide5.html Tue Sep 19 04:59:32 2006
@@ -4,7 +4,7 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
   <title>Axis2 User's Guide</title>
-  <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/">
+  <meta name="generator" content="Bluefish 1.0.5">
 </head>
 
 <body lang="en-US" dir="ltr">
@@ -73,9 +73,9 @@
 <h3><a name="Amazon_Queuing_Service">Amazon Queuing Service</a></h3>
 
 <p>Amazon queuing service sample shows how to use the Amazon queuing service.
-It has two user interfaces , one to enqueue and the other dequeue. This
-sample is included in the samples\amazonQS directory and also contains the
-batch/shell scripts required to run sample.</p>
+It has two user interfaces , one to enqueue and the other to dequeue. This
+sample is included in the samples\amazonQS directory with the
+required batch/shell scripts to run the sample.</p>
 
 <p align="right"><a href="userguide4.html"><img src="images/arrow_left.gif">
 Previous Page</a></p>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org