Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 6608 invoked from network); 7 Aug 2006 18:00:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 18:00:54 -0000 Received: (qmail 80325 invoked by uid 500); 7 Aug 2006 18:00:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 80134 invoked by uid 500); 7 Aug 2006 18:00:52 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 80122 invoked by uid 99); 7 Aug 2006 18:00:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 11:00:52 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 11:00:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 957DE1A981A; Mon, 7 Aug 2006 11:00:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429416 - /webservices/axis/trunk/c/docs/index.html Date: Mon, 07 Aug 2006 18:00:31 -0000 To: axis-cvs@ws.apache.org From: nadiramra@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060807180031.957DE1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nadiramra Date: Mon Aug 7 11:00:30 2006 New Revision: 429416 URL: http://svn.apache.org/viewvc?rev=429416&view=rev Log: clarified C support. Modified: webservices/axis/trunk/c/docs/index.html Modified: webservices/axis/trunk/c/docs/index.html URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/docs/index.html?rev=429416&r1=429415&r2=429416&view=diff ============================================================================== --- webservices/axis/trunk/c/docs/index.html (original) +++ webservices/axis/trunk/c/docs/index.html Mon Aug 7 11:00:30 2006 @@ -258,7 +258,7 @@

Welcome to Axis CPP

Axis C/C++ (Axis CPP) is a non-Java implementation of Axis. At its core Axis CPP has a C++ runtime engine. The provided tooling allows you to create C++ client-side stubs and server-side skeletons. The server skeletons can be deployed to either a full Apache web server using the supplied apache module or a "simple_axis_server" - which is a simple HTTP listener (designed to help you test your services).
-
There is also limited support for C wrappers around the generated Server and client objects. However, at the current time it is not recommended that these be used in a production environment.

+
There is also support for C client-side wrappers (Doc-Literal only).

The implementation has concentrated on being ws-i profile compliant. The implementation does not have support for ws-* specifications and it is envisaged that this will be provided by Axis2. However, at the current time, Axis CPP is still being actively developed and improved until such times as Axis2 C implementation has progressed far enough to take over its role.

Contents

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