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/05 13:34:15 UTC

svn commit: r453190 - /webservices/axis2/trunk/java/xdocs/1_1/userguide.html

Author: chatra
Date: Thu Oct  5 04:34:15 2006
New Revision: 453190

URL: http://svn.apache.org/viewvc?view=rev&rev=453190
Log:
more updates

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

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide.html?view=diff&rev=453190&r1=453189&r2=453190
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide.html Thu Oct  5 04:34:15 2006
@@ -65,7 +65,8 @@
   </li>
 </ul>
 <ul>
-  <li><p><a href="#Axis2_User's_Guide">Web Service Clients Using Axis2</a></p>
+  <li><p><a href="#Web_Service_Clients_Using_Axis2">Web Service Clients Using
+    Axis2</a></p>
     <ul>
       <li><a
         href="#Writing_Web_Service_Clients_using_Axis2's_Primary_APIs">Writing
@@ -97,7 +98,7 @@
       </li>
     </ul>
   </li>
-  <li><p><a href="#Axis2_User's_Guide">Modules</a></p>
+  <li><p><a href="#Modules">Modules</a></p>
     <ul>
       <li><a href="#MyService_with_a_Logging_Module">MyService with a Logging
         Module</a>
@@ -117,7 +118,7 @@
       </li>
     </ul>
   </li>
-  <li><p><a href="#Axis2_User's_Guide">Other Samples</a></p>
+  <li><p><a href="#Other_Samples">Other Samples</a></p>
     <ul>
       <li><a href="#Google_Spell_Checker_Sample">Google Spell Checker
         Sample</a></li>
@@ -720,13 +721,6 @@
 client code you need to write is as follows.</p>
 <source><pre>  try {
             OMElement payload = ClientUtil.getEchoOMElement();
-            <!--<span style="color: #24C113">-->
-
-
-
-
-
-
             <span style="color: rgb(36, 193, 19);">            
             Options options = new Options();
             options.setTo(targetEPR); // this sets the location of MyService service
@@ -1402,10 +1396,6 @@
 Change the line "log4j.rootCategory= ERROR, LOGFILE" to
 "log4j.rootCategory=INFO, ERROR, LOGFILE".</p>
 
-<p><font size="4"><b>Note (on samples):</b></font> All samples mentioned in
-the user's guide are located at <b>"samples\userguide\src"</b> directory of
-the binary distribution.</p>
-
 <h2><a name="Other_Samples">Other Samples</a></h2>
 
 <p>To show the power of usage of Axis2, three standard samples are shipped
@@ -1467,17 +1457,15 @@
 scripts to run the sample.</p>
 
 <h2>Advanced Topics</h2>
-    <ul>
-      <li><a href="rest-ws.html" target="_blank">RESTful Web Services</a></li>
-      <li><a href="tcp-transport.html" target="_blank">TCP Transport</a></li>
-      <li><a href="mail-transport.html" target="_blank">Mail
-      Transport</a></li>
-      <li><a href="http-transport.html" target="_blank">HTTP
-      Transports</a></li>
-      <li><a href="jms-transport.html" target="_blank">JMS Transports</a></li>
-      <li><a href="mtom-guide.html" target="_blank">MTOM with Axis2</a></li>
-      <li><a href="../modules/wss4j/1_0/security-module.html"
-        target="_blank">Securing SOAP Messages with Apache Rampart</a></li>
-    </ul>
+<ul>
+  <li><a href="rest-ws.html" target="_blank">RESTful Web Services</a></li>
+  <li><a href="tcp-transport.html" target="_blank">TCP Transport</a></li>
+  <li><a href="mail-transport.html" target="_blank">Mail Transport</a></li>
+  <li><a href="http-transport.html" target="_blank">HTTP Transports</a></li>
+  <li><a href="jms-transport.html" target="_blank">JMS Transports</a></li>
+  <li><a href="mtom-guide.html" target="_blank">MTOM with Axis2</a></li>
+  <li><a href="../modules/wss4j/1_0/security-module.html"
+    target="_blank">Securing SOAP Messages with Apache Rampart</a></li>
+</ul>
 </body>
 </html>



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