Author: kaushalye
Date: Mon Apr 30 04:08:27 2007
New Revision: 533697
URL: http://svn.apache.org/viewvc?view=rev&rev=533697
Log: (empty)
Modified:
webservices/rampart/site/c/index.html
Modified: webservices/rampart/site/c/index.html
URL:
http://svn.apache.org/viewvc/webservices/rampart/site/c/index.html?view=diff&rev=533697&r1=533696&r2=533697
==============================================================================
--- webservices/rampart/site/c/index.html (original)
+++ webservices/rampart/site/c/index.html Mon Apr 30 04:08:27 2007
@@ -1,72 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache
Axis2/C - The Web Services Engine</title><style type="text/css" media="all">
- @import url("./style/maven-base.css");
-
- @import
url("./style/maven-classic.css");</style><link rel="stylesheet"
href="./style/print.css" type="text/css" media="print"></link><meta
http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a
href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software
Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a
href="http://ws.apache.org/axis2/c" id="projectLogo"><img alt="Apache Axis2/C"
src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div
class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
- Last published: 30 April 2007
- | Doc for 1.0.0</div><div class="xright"></div><div
class="clear"><hr></hr></div></div><div id="leftColumn"><div
id="navcolumn"><div id="menuApache_Axis2_C"><h5>Apache Axis2/C</h5><ul><li
class="none"><a href="index.html">Apache Axis2/C Home</a></li><li
class="expanded"><a href="download.cgi">Download Axis2/C</a><ul><li
class="none"><a href="download.cgi">Releases</a></li></ul></li><li
class="expanded"><a href="docs/index.html">Documentation</a><ul><li
class="none"><a href="docs/installationguide.html">Installation
Guide</a></li><li class="none"><a href="docs/axis2c_manual.html">Axis2/C
manual</a></li></ul></li><li class="expanded"><a href="list.html">Get
Involved</a><ul><li class="none"><a href="lists_issues.html">Mailing Lists
& Issue Tracking</a></li><li class="none"><a href="svn.html">Checkout
Source Code</a></li></ul></li><li class="expanded"><a
href="coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a
href="coding_conventions.
html">Coding Convention</a></li><li class="none"><a
href="versioning.html">Versionning</a></li></ul></li><li class="expanded"><a
href="team-list.html">Project Information</a><ul><li class="none"><a
href="team-list.html">Project Team</a></li><li class="none"><a
href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/c/"
class="externalLink" title="External Link">Source
Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/"
title="Built by Maven" id="poweredBy"><img alt="Built by Maven"
src="./images/logos/maven-button-1.png"></img></a></div></div><div
id="bodyColumn"><div class="contentBox"><div class="section"><a
name="Welcome_to_Apache_Axis2_C"></a><h2>Welcome to Apache
Axis2/C</h2><p>Apache Axis2/C is an effort to implement <a
href="http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html"
class="externalLink" title="External Link">Axis2
-architecture</a> in C. Apache Axis2/C can be used to provide and consume Web
-Services.</p><div class="subsection"><a
name="Background_and_Motivation"></a><h3>Background and Motivation</h3><p>This
implementation provides the C language option in consuming and
-providing Web Services. Apache Axis2/C is looking at broadening its horizon
-by its ability to plug in and embed into other software systems.</p></div><div
class="subsection"><a name="Latest_Release"></a><h3>Latest
Release</h3></div><div class="subsection"><a
name="30h_April_2007_-_Apache_Axis2_C_Version_1_0_0_Released"></a><h3>30h April
2007 - Apache Axis2/C Version 1.0.0 Released</h3><p><a
href="download.cgi">Download 1.0.0</a></p></div><div class="subsection"><a
name="Key_Features"></a><h3>Key Features</h3><ol>
- <li>Support for one-way messaging (In-Only) and request response messaging
- (In-Out)</li>
- <li>Client APIs: Easy to use service client API and a more advanced
- operation client API</li>
- <li>Transports supported : HTTP
- <ul>
- <li>Inbuilt HTTP server called simple axis server</li>
- <li>Apache2 HTTPD module called mod_axis2 for the server side</li>
- <li>IIS module for the server side</li>
- <li>Client transport with the ability to enable SSL support</li>
- <li>libcurl based client transport</li>
- </ul>
- </li>
- <li>Module architecture, with a mechanism to extend the SOAP processing
- model</li>
- <li>WS-Addressing support, for both the submission (2004/08) and final
- (2005/08) versions, implemented as a module</li>
- <li>MTOM/XOP support</li>
- <li>AXIOM, which is an XML object model optimized for SOAP 1.1/1.2
- messages. This has complete XML infoset support.</li>
- <li>XML parser abstraction
- <ul>
- <li>Libxml2 wrapper</li>
- <li>Guththila pull parser support</li>
- </ul>
- </li>
- <li>Both directory based and archive based deployment models for deploying
- services and modules</li>
- <li>Description hierarchy providing access to static data of Axis2/C
- runtime (configuration, service groups, services, operations, and
- messages)</li>
- <li>Context hierarchy providing access to dynamic Axis2/C runtime
- information (corresponding contexts mapped to each level of the
- description hierarchy)</li>
- <li>Message receiver abstraction
- <ul>
- <li>Inbuilt raw XML message receiver</li>
- </ul>
- </li>
- <li>Code generation tool for stub and skeleton generation for a given WSDL
- (based on the Java tool)
- <ul>
- <li>Axis Data Binding (ADB) support</li>
- </ul>
- </li>
- <li>Transport proxy support</li>
- <li>REST support (more POX like) using both HTTP POST and GET</li>
- <li>Comprehensive documentation
- <ul>
- <li>Axis2/C Manual</li>
- </ul>
- </li>
-</ol></div><div class="subsection"><a
name="Major_Changes_Since_Last_Release"></a><h3>Major Changes Since Last
Release</h3><ol>
- <li>Many Bug Fixes</li>
- <li>IIS module for the server side</li>
- <li>libcurl based client transport</li>
- <li>Improvements to overall API to make it more user friendly, stable, and
- binary compatible</li>
- <li>Transport proxy support</li>
- <li>Memory leak fixes</li>
-</ol></div><div class="subsection"><a name="Archived_News"></a><h3>Archived
News</h3><p>Refer to information on the <a href="archived_news.html">previous
-release.</a></p></div></div></div></div><div class="clear"><hr></hr></div><div
id="footer"><div class="xright">© 2005-2007, Apache Software
Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+<html>
+<head>
+<title>Rampart/C</title>
+</head>
+<body>
+ Rampart/C home
+</body>
+</html>