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 sa...@apache.org on 2006/03/20 03:00:17 UTC

svn commit: r387105 - in /webservices/axis2/trunk/c/xdocs/M0_5: userguide.html userguide1.html

Author: samisa
Date: Sun Mar 19 18:00:16 2006
New Revision: 387105

URL: http://svn.apache.org/viewcvs?rev=387105&view=rev
Log:
Fixed some typos ans improved text

Modified:
    webservices/axis2/trunk/c/xdocs/M0_5/userguide.html
    webservices/axis2/trunk/c/xdocs/M0_5/userguide1.html

Modified: webservices/axis2/trunk/c/xdocs/M0_5/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/M0_5/userguide.html?rev=387105&r1=387104&r2=387105&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/M0_5/userguide.html (original)
+++ webservices/axis2/trunk/c/xdocs/M0_5/userguide.html Sun Mar 19 18:00:16 2006
@@ -1,77 +1,77 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>Axis2/C User's Guide</title>
-  <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/"
-  />
-</head>
-
-<body>
-<h1>Axis2/C User's Guide</h1>
-<h4>-Milestone Release 0.5</h4>
-<p align="right">Pages: <b>Content</b>, <a href="userguide1.html">1</a>, <a
- href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
-<h2>Content</h2>
-<ul>
-  <li>
-    <p><a href="userguide1.html#Introduction">Introduction</a></p>
-    <ul>
-      <li><a href="userguide1.html#Attention">Attention</a></li>
-      <li><a href="userguide1.html#What_is_Axis2_">What is Axis2/C?</a></li>
-    </ul>
-  </li>
-  <li>
-    <p><a href="userguide2.html#Web_Service_Clients_Using_Axis2">Web
-Service Clients Using Axis2/C</a></p>
-    <ul>
-      <li><a
- href="userguide2.html#Writing_Web_Service_Clients_using_Axis2%27s_Primary_APIs">Writing
-Web Service Clients Using Axis2's Primary APIs</a></li>
-      <ul>
-        <li><a href="userguide2.html#EchoBlockingClient">EchoBlockingClient</a></li>
-        <li><a href="userguide2.html#Request_SOAP_Message">Request SOAP
-Message</a></li>
-        <li><a href="userguide2.html#Response_SOAP_Message">Response
-SOAP Message</a></li>
-      </ul>
-    </ul>
-  </li>
-  <li>
-    <p><a href="userguide3.html#Web_Services_Using_Axis2">Web Services
-Using Axis2/C</a></p>
-    <ul>
-      <li><a href="userguide3.html#Conventions">Conventions used in the
-document</a></li>
-      <li><a href="userguide3.html#Writing_Web_Services_Using%20Axis2_C">Writing
-Web Services Using Axis2/C</a>
-        <ul>
-          <li><a href="userguide3.html#Creating_Web_Service__MyService_">Creating
-Web Service (Echo service)</a></li>
-          <li><a href="userguide3.html#How_to_write_the_Web_Service_">How
-to write the Web Service?</a>
-            <ul>
-              <li><a href="userguide3.html#Step1">Step1 :Write the
-echo_skeleton.c file implementing the axis2_svc_skeleton.h</a></li>
-              <li><a href="userguide3.html#Step2">Step2 : Now we can
-write the echo service in a file echo.c</a></li>
-              <li><a href="userguide3.html#Step3">Step3 :Write the
-services.xml file</a></li>
-              <li><a href="userguide3.html#Step4">Step4 :Create the
-WebService Folder in services folder.</a></li>
-            </ul>
-          </li>
-        </ul>
-      </li>
-      <li><a href="userguide3.html#deploy">Deploy the Web Service</a></li>
-    </ul>
-  </li>
-</ul>
-<p align="right"><a href="userguide1.html">Next Page <img
- src="images/arrow_right.gif"></a></p>
-<p>Pages: <b>Content</b>, <a href="userguide1.html">1</a>, <a
- href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
-</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>Axis2/C User's Guide</title>
+  <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/"
+  />
+</head>
+
+<body>
+<h1>Axis2/C User's Guide</h1>
+<h4>-Milestone Release 0.5</h4>
+<p>Pages: <b>Content</b>, <a href="userguide1.html">1</a>, <a
+ href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
+<h2>Content</h2>
+<ul>
+  <li>
+    <p><a href="userguide1.html#Introduction">Introduction</a></p>
+    <ul>
+      <li><a href="userguide1.html#Attention">Attention</a></li>
+      <li><a href="userguide1.html#What_is_Axis2_">What is Axis2/C?</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="userguide2.html#Web_Service_Clients_Using_Axis2">Web
+Service Clients Using Axis2/C</a></p>
+    <ul>
+      <li><a
+ href="userguide2.html#Writing_Web_Service_Clients_using_Axis2%27s_Primary_APIs">Writing
+Web Service Clients Using Axis2's Primary APIs</a></li>
+      <ul>
+        <li><a href="userguide2.html#EchoBlockingClient">EchoBlockingClient</a></li>
+        <li><a href="userguide2.html#Request_SOAP_Message">Request SOAP
+Message</a></li>
+        <li><a href="userguide2.html#Response_SOAP_Message">Response
+SOAP Message</a></li>
+      </ul>
+    </ul>
+  </li>
+  <li>
+    <p><a href="userguide3.html#Web_Services_Using_Axis2">Web Services
+Using Axis2/C</a></p>
+    <ul>
+      <li><a href="userguide3.html#Conventions">Conventions used in the
+document</a></li>
+      <li><a href="userguide3.html#Writing_Web_Services_Using%20Axis2_C">Writing
+Web Services Using Axis2/C</a>
+        <ul>
+          <li><a href="userguide3.html#Creating_Web_Service__MyService_">Creating
+Web Service (Echo service)</a></li>
+          <li><a href="userguide3.html#How_to_write_the_Web_Service_">How
+to write the Web Service?</a>
+            <ul>
+              <li><a href="userguide3.html#Step1">Step1 :Write the
+echo_skeleton.c file implementing the axis2_svc_skeleton.h</a></li>
+              <li><a href="userguide3.html#Step2">Step2 : Now we can
+write the echo service in a file echo.c</a></li>
+              <li><a href="userguide3.html#Step3">Step3 :Write the
+services.xml file</a></li>
+              <li><a href="userguide3.html#Step4">Step4 :Create the
+WebService Folder in services folder.</a></li>
+            </ul>
+          </li>
+        </ul>
+      </li>
+      <li><a href="userguide3.html#deploy">Deploy the Web Service</a></li>
+    </ul>
+  </li>
+</ul>
+<p><a href="userguide1.html">Next Page <img
+ src="images/arrow_right.gif"/></a></p>
+<p>Pages: <b>Content</b>, <a href="userguide1.html">1</a>, <a
+ href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
+</body>
+</html>

Modified: webservices/axis2/trunk/c/xdocs/M0_5/userguide1.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/M0_5/userguide1.html?rev=387105&r1=387104&r2=387105&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/M0_5/userguide1.html (original)
+++ webservices/axis2/trunk/c/xdocs/M0_5/userguide1.html Sun Mar 19 18:00:16 2006
@@ -1,109 +1,93 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-  <meta http-equiv="content-type" content="">
-  <title>Axis2/C User's Guide</title>
-</head>
-<body dir="ltr" lang="en-US">
-<h3><a name="Axis2_User's_Guide">Axis2/C User's Guide</a></h3>
-<h4>-Milestone Release 0.5</h4>
-<p align="right">Pages: <a href="userguide.html">Content</a>, <b>1</b>,
-<a href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
-<p><strong>User Feedback</strong>: <a
- href="mailto:axis-user@ws.apache.org">axis-c-user@ws.apache.org</a>
-(Prefix
-the subject with [Axis2]). To subscribe to mailing list see <a
- href="../mail-lists.html">here.</a></p>
-<h2><a name="Introduction">Introduction</a></h2>
-<p>Welcome to Axis2/C, the next generation of Apache Axis implemented
-in C!!!
-This User's Guide will help you to understand what Axis2/C has to offer
-and
-how to get started with it. We hope you will benefit from the power of
-Axis2.</p>
-<h3><a name="Attention">Attention</a></h3>
-<p>This User's Guide is written based on the Axis2 Milestone version
-0.5
-standard
-binary distribution. (The standard binary distribution can be created
-from
-the source distribution using 'sh build.sh' on source distribution).
-Please
-refer the <a href="installationguide.html#Download_Axis2">installation
-guide</a> for further information on the downloadables available in
-this
-release.</p>
-<h3><a name="What_is_Axis2_">What is Axis2/C?</a></h3>
-<p>Axis2/C is an effort to implement the Axis2 architecture in pure C.</p>
-<p>After months of continued discussion and coding in this direction,
-Axis2/C
-now delivers the following key features:</p>
-<ul>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>Speed</strong> - Axis2/C
-uses
-its own object model and StAX (Streaming API for XML) parsing to
-achieve significant speed.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>Low memory foot print</strong>-
-Axis2 was designed ground-up keeping the low memory foot print in mind.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>AXIOM</strong> C- Axis2/C
-comes with its own light-weight object model, AXIOM C which is a C
-implementation of AXIOM Java.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>MEP Support</strong> - Now
-comes handy with the flexibility to support Message Exchange Patterns
-(MEP s) with in-built support for basic MEP s defined in WSDL 2.0.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>Flexibility</strong> - The
-Axis2 architecture gives the developer complete freedom to insert
-extensions into the engine for custom header processing.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>Transport Framework</strong>
-- We have a clean and simple abstraction for integrating and using
-Transports and the core of the engine is completely
-transport-independent.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>WSDL support</strong> -
-Axis2 supports the <a href="http://www.w3.org/TR/wsdl" target="_blank">Web
-Service Description Language</a>, version 1.1 and 2.0.</p>
-  </li>
-  <li>
-    <p style="margin-bottom: 0in;"><strong>Composition and Extensibility</strong>
-- modules and phases improve support for composability and
-extensibility. Modules supports composability and is able to add
-support for new WS-* specifications in a simple and clean manner. They
-are however not hot deployable as they change the overall behavior of
-the system.</p>
-  </li>
-</ul>
-<p>We hope you enjoy using Axis2/C. Please note that this is an
-open-source
-effort. If you feel the code could use some new features or fixes,
-please get
-involved and lend us a hand! The Axis developer community welcomes your
-participation.</p>
-<p>Let us know what you think!</p>
-<p>Please send your feedback on Axis2 to "<a
- href="mailto:axis-user@ws.apache.org">axis-c-user@ws.apache.org</a>"
-and make
-sure to prefix the subject of the mail with [Axis2].<br>
-<br>
-The following pages will guide through how to write web services client
-and
-servers.</p>
-<p align="right"><a href="userguide.html"><img
- src="images/arrow_left.gif">
-Previous</a> | <a href="userguide2.html">Next <img
- src="images/arrow_right.gif"></a></p>
-<p>Pages: <a href="userguide.html">Content</a>, <b>1</b>, <a
- href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>Axis2/C User's Guide</title>
+</head>
+
+<body dir="ltr" lang="en-US">
+<h3><a name="Axis2_User's_Guide">Axis2/C User's Guide</a></h3>
+
+<h4>-Milestone Release 0.5</h4>
+
+<p align="right">Pages: <a href="userguide.html">Content</a>, <b>1</b>, <a
+href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
+
+<p><strong>User Feedback</strong>: <a
+href="mailto:axis-user@ws.apache.org">axis-c-user@ws.apache.org</a> (Please
+remember to prefix the subject with [Axis2]). To subscribe to mailing list
+see <a href="../mail-lists.html">here.</a></p>
+
+<h2><a name="Introduction">Introduction</a></h2>
+
+<p>Welcome to Axis2/C, the Apache Axis2 implemented in C. This User's Guide
+will help you to understand what Axis2/C has to offer and how to get started
+with it.</p>
+
+<h3><a name="What_is_Axis2_">What is Axis2/C?</a></h3>
+
+<p>Axis2/C is an effort to implement the Axis2 architecture in C programming
+language.</p>
+
+<p>After months of continued discussion and coding in this direction, Axis2/C
+now delivers the following key features:</p>
+<ul>
+  <li><p style="margin-bottom: 0in;"><strong>Speed</strong> - Axis2/C uses
+    its own XML object model and StAX (Streaming API for XML) parsing to
+    achieve significant speed. In addition to that, Axis2/C is inherently
+    benefited by the speed of its implementation language, namely C, compared
+    to the Java implementation.</p>
+  </li>
+  <li><p style="margin-bottom: 0in;"><strong>Low memory foot print</strong>-
+    Axis2 architecture was designed ground-up keeping the low memory foot
+    print in mind. Axis2/C strives to achieve the same with a well designed
+    memory management strategy.</p>
+  </li>
+  <li><p style="margin-bottom: 0in;"><strong>AXIOM/C</strong> Axis2/C comes
+    with its own light-weight object model for XML, AXIOM/C which is the C
+    implementation of <a
+    href="http://ws.apache.org/axis2/0_93/OMTutorial.html">AXIOM</a>.</p>
+  </li>
+  <li><p style="margin-bottom: 0in;"><strong>MEP Support</strong> - Support
+    Message Exchange Patterns (MEP s) with in-built support for basic MEP s
+    defined in WSDL 2.0.</p>
+  </li>
+  <li><p style="margin-bottom: 0in;"><strong>Flexibility</strong> - The
+    Axis2/C architecture gives the developer complete freedom to insert
+    extensions into the engine (using modules and handlers) for custom SOAP
+    header processing.</p>
+  </li>
+  <li><p style="margin-bottom: 0in;"><strong>Transport Framework</strong> -
+    We have a clean and simple abstraction for integrating and using
+    transports and the core of the engine is completely
+    transport-independent.</p>
+  </li>
+  <li><p style="margin-bottom: 0in;"><strong>Composition and
+    Extensibility</strong> - modules and phases improve support for
+    composability and extensibility. Modules supports composability and is
+    able to add support for new WS-* specifications in a simple and clean
+    manner. They are however not hot deployable as they change the overall
+    behavior of the system.</p>
+  </li>
+</ul>
+
+<p>Axis2/C team is working hard to continuously improve the implementation.
+Please note that this is an open-source effort. If you feel you have some
+time to spare, please get involved and lend us a hand! The Axis2/C developer
+community welcomes your participation and contributions.</p>
+
+<p>Let us know what you think! Please send your feedback on Axis2/C to "<a
+href="mailto:axis-user@ws.apache.org">axis-c-user@ws.apache.org</a>" and
+please remember to prefix the subject of the mail with [Axis2].<br>
+<br>
+The following pages will guide through how to write web service clients and
+services.</p>
+
+<p align="right"><a href="userguide.html"><img src="images/arrow_left.gif">
+Previous</a> | <a href="userguide2.html">Next <img
+src="images/arrow_right.gif"></a></p>
+
+<p>Pages: <a href="userguide.html">Content</a>, <b>1</b>, <a
+href="userguide2.html">2</a>, <a href="userguide3.html">3</a></p>
+</body>
+</html>