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/10/27 11:58:34 UTC

svn commit: r468336 - /webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html

Author: chatra
Date: Fri Oct 27 02:58:34 2006
New Revision: 468336

URL: http://svn.apache.org/viewvc?view=rev&rev=468336
Log:
added a link to section on how to write service.xml file

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html?view=diff&rev=468336&r1=468335&r2=468336
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html Fri Oct 27 02:58:34 2006
@@ -55,7 +55,7 @@
 gives you step by step instructions on just how to build axis2.war and deploy
 it in your servlet container.</p>
 
-<h2>Creating a new Web Service</h2>
+<h2>Creating a New Web Service</h2>
 
 <p>If you are looking for "How to Write a Web Service Client using Axis2?"
 please go to the <a href="#client">next section</a>. Axis2 provides two ways
@@ -130,10 +130,11 @@
   <li>Compile the generated code</li>
   <li>Copy <strong>"resources/schemaorg_apache_xmlbeans</strong>" xmlbeans
     classes to your class folder</li>
-  <li>Among the generated files there will be services.xml file, which is the
+  <li>Among the generated files, there will be services.xml file, which is the
     deployment descriptor for Axis2 service.[<a
     href="reference.html#servicedd">learn more about it</a>]. Copy the
     resources/service.xml to META-INF/services.xml</li>
+  <p>(To write your own service.xml file see sub section in <a href="xmlbased-server.html#Step2_:Write_the_services_xml_file">Writing Web Services Using Axis2's Primary APIs</a> section.)</p>
   <li>Create the archive using content of the class folder. Change directory
     to class folder and run <code>jar -cf &lt;service-name&gt;.aar</code> to
     create the archive</li>



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