Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 63399 invoked from network); 25 Feb 2008 07:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2008 07:45:26 -0000 Received: (qmail 543 invoked by uid 500); 25 Feb 2008 07:45:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 405 invoked by uid 500); 25 Feb 2008 07:45:20 -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 394 invoked by uid 500); 25 Feb 2008 07:45:20 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 390 invoked by uid 99); 25 Feb 2008 07:45:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 23:45:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 07:44:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 523601A9832; Sun, 24 Feb 2008 23:45:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630755 - in /webservices/axis2/trunk/c/xdocs: archived_news.html index.html Date: Mon, 25 Feb 2008 07:45:03 -0000 To: axis2-cvs@ws.apache.org From: dinesh@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080225074504.523601A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dinesh Date: Sun Feb 24 23:45:01 2008 New Revision: 630755 URL: http://svn.apache.org/viewvc?rev=630755&view=rev Log: document updated for Axis2/C 1.3.0 Modified: webservices/axis2/trunk/c/xdocs/archived_news.html webservices/axis2/trunk/c/xdocs/index.html Modified: webservices/axis2/trunk/c/xdocs/archived_news.html URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/archived_news.html?rev=630755&r1=630754&r2=630755&view=diff ============================================================================== --- webservices/axis2/trunk/c/xdocs/archived_news.html (original) +++ webservices/axis2/trunk/c/xdocs/archived_news.html Sun Feb 24 23:45:01 2008 @@ -6,6 +6,7 @@

Contents

  • Version 1.2.0 - 17th January 2008
  • +
  • Version 1.1.0 - 30th September 2007
  • Version 1.0.0 - 06th May 2007
  • Version 0.96 - 22nd December 2006
  • Version 0.95 - 26th October 2006
  • @@ -83,7 +84,67 @@ - +

    30th September 2007 - Apache Axis2/C Version 1.1.0 Released

    Download 1.1.0

    Key Features

      +
    1. Support for one-way messaging (In-Only) and request response messaging (In-Out)
    2. +
    3. Client APIs: Easy to use service client API and more advanced operation client API
    4. +
    5. Transports supported: HTTP +
        +
      • Inbuilt HTTP server called simple axis server
      • +
      • Apache2 httpd module called mod_axis2 for server side
      • +
      • IIS module for server side
      • +
      • Client transport with ability to enable SSL support
      • +
      • Basic HTTP Authentication
      • +
      • libcurl based client transport
      • +
      +
    6. +
    7. Module architecture, mechanism to extend the SOAP processing model
    8. +
    9. WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, implemented as a module
    10. +
    11. MTOM/XOP support
    12. +
    13. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has complete XML infoset support
    14. +
    15. XML parser abstraction +
        +
      • Libxml2 wrapper
      • +
      • Guththila pull parser support
      • +
      +
    16. +
    17. Both directory based and archive based deployment models for deploying services and modules
    18. +
    19. Description hierarchy providing access to static data of Axis2/C runtime (configuration, service groups, services, operations and messages)
    20. +
    21. Context hierarchy providing access to dynamic Axis2/C runtime information(corresponding contexts to map to each level of description hierarchy)
    22. +
    23. Message receiver abstraction +
        +
      • Inbuilt raw XML message receiver
      • +
      +
    24. +
    25. Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool)
        +
      • Axis Data Binding (ADB) support
      • +
      +
    26. +
    27. Transport proxy support
    28. +
    29. REST support (more POX like) using both HTTP POST and GET
    30. +
    31. Comprehensive documentation +
        +
      • Axis2/C Manual
      • +
      +
    32. +
    33. WS-Policy implementation called Neethi/C, with WS-SecurityPolicy extension
    34. +
    35. TCP Transport, for both client and server side
    36. +
    +
    +
    + +

    Major Changes Since Last Release

    +
      +
    1. WS-Policy implementation
    2. +
    3. TCP Transport
    4. +
    5. Improvements to Guththila parser to improve performance
    6. +
    7. Improvements to Java tool, WSDL2C, that generates C code
    8. +
    9. Basic HTTP Authentication
    10. +
    11. Memory leak fixes
    12. +
    13. Many bug fixes
    14. +
    +
    + +

    06th May 2007 - Apache Axis2/C Version 1.0.0 Released

    @@ -147,7 +208,7 @@ binary compatible
  • Transport proxy support
  • Memory leak fixes
  • -

    22nd December 2006 Axis2/C Version 0.96 Released

    Download 0.96

    Key Features

      +

    22nd December 2006 Axis2/C Version 0.96 Released

    Download 0.96

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support
    2. Support for one-way messaging (In-Only) and request response messaging @@ -200,7 +261,7 @@
    3. Complete API documentation and API improvements
    4. Fix further memory leaks
    5. Create a comprehensive functional test framework
    6. -

    26th October 2006 Axis2/C Version 0.95 Released

    Download 0.95

    Key Features

      +

    26th October 2006 Axis2/C Version 0.95 Released

    Download 0.95

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support
    2. Support for one-way messaging (In-Only) and request response messaging @@ -249,7 +310,7 @@
    3. Complete API documentation and API improvements
    4. Fix further memory leaks
    5. Create a comprehensive functional test framework
    6. -

    3rd October 2006 Axis2/C Version 0.94 Released

    Download 0.94

    Key Features

      +

    3rd October 2006 Axis2/C Version 0.94 Released

    Download 0.94

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support
    2. Support for one-way messaging (In-Only) and request response messaging @@ -302,7 +363,7 @@
    3. Complete API documentation and API improvements
    4. Fix further memory leaks
    5. Create a comprehensive functional test framework
    6. -

    31st August 2006 Axis2/C Version 0.93 Released

    Download 0.93

    Key Features

      +

    31st August 2006 Axis2/C Version 0.93 Released

    Download 0.93

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support
    2. Support for one-way messaging (In-Only) and request response messaging @@ -354,7 +415,7 @@
    3. Test codegen for both ADB and none cases
    4. Put in place a comprehensive functional test framework
    5. WSDL2C tool
    6. -

    16th June 2006 Axis2/C Version 0.92 Released

    Download 0.92

    Key Features

      +

    16th June 2006 Axis2/C Version 0.92 Released

    Download 0.92

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support.
    2. Support for One-Way Messaging (In-Only) and Request Response Messaging @@ -412,7 +473,7 @@
    3. Server side Web Service Policy support
    4. C2WSDL
    5. WSDL2C
    6. -

    15th May 2006 Axis2/C Version 0.91 Released

    Download 0.91

    Key Features

      +

    15th May 2006 Axis2/C Version 0.91 Released

    Download 0.91

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support.
    2. Support for One-Way Messaging (In-Only) and Request Response Messaging @@ -462,7 +523,7 @@
    3. Security module
    4. REST (REpresentational State Transfer) support (GET case)
    5. Web Services policy support
    6. -

    31st March 2006 Axis2/C Version 0.90 Released

    Download 0.90

    Key Features

      +

    31st March 2006 Axis2/C Version 0.90 Released

    Download 0.90

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support.
    2. Support for One-Way Messaging (In-Only) and Request Response Messaging @@ -513,7 +574,7 @@
    3. REST (REpresentational State Transfer) support
    4. Web Services policy support
    5. Axis2 Web application (Web App)
    6. -

    10th March 2006 Axis2/C Milestone 0.5 Released

    Download M-0.5

    Key Features

      +

    10th March 2006 Axis2/C Milestone 0.5 Released

    Download M-0.5

    Key Features

    1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages.
    2. Support for Request Response Messaging (In-Out)
    3. Module Architecture, with a mechanism to extend the SOAP Processing @@ -547,10 +608,10 @@
    4. Support for MTOM
    5. Axis Data Binding - ADB (Framework and Schema Compiler)
    6. REST (REpresentational State Transfer) Support
    7. -

    17th February 2006 Axis2/C Milestone 0.4 Released

    We have done a considerable amount of improvements in the past two weeks - since the M0.3 release.

    We have the following features added on top of the M0.3 release

    Key Features

    1. Threading support and threaded simple axis server

    2. Module loading support

    3. Addressing module, and addressing based dispatching

    4. HTTP chunking support

    5. Improved logging mechanism

    6. Ability to build and run on Windows platform

    02nd February 2006 Axis2/C Milestone 0.3 Released

    This is the first milestone release with a working SOAP engine; we have +

    17th February 2006 Axis2/C Milestone 0.4 Released

    We have done a considerable amount of improvements in the past two weeks + since the M0.3 release.

    We have the following features added on top of the M0.3 release

    Key Features

    1. Threading support and threaded simple axis server

    2. Module loading support

    3. Addressing module, and addressing based dispatching

    4. HTTP chunking support

    5. Improved logging mechanism

    6. Ability to build and run on Windows platform

    02nd February 2006 Axis2/C Milestone 0.3 Released

    This is the first milestone release with a working SOAP engine; we have the simple axis server and client stubs working.

    In addition to the M0.2 feature set, the following features are included

    Key Features

    1. Core engine in place with deployment, description, and context - hierarchies and HTTP transport support.

    2. SOAP processing support

    3. Simple HTTP server

    4. Client API implementation

    5. Couple of working service and client samples

    08th December 2005 Axis2/C Milestone 0.2 Released

    We have been able to improve the OM module since the last release, and PHP - binding for the OM module is in place.

    Key Features

    1. Improved OM module

    2. libxml2 parser support

    3. PHP binding for the OM module

    4. Some test cases for PHP binding

    5. Many memory leak fixes

    25th November 2005 Axis2/C Milestone 0.1 Released

    This release includes the C implementation of AXIOM, an important part of + hierarchies and HTTP transport support.

    2. SOAP processing support

    3. Simple HTTP server

    4. Client API implementation

    5. Couple of working service and client samples

    08th December 2005 Axis2/C Milestone 0.2 Released

    We have been able to improve the OM module since the last release, and PHP + binding for the OM module is in place.

    Key Features

    1. Improved OM module

    2. libxml2 parser support

    3. PHP binding for the OM module

    4. Some test cases for PHP binding

    5. Many memory leak fixes

    25th November 2005 Axis2/C Milestone 0.1 Released

    This release includes the C implementation of AXIOM, an important part of the Axis2C Web service stack.

    Key Features

    1. OM module

    2. Guththila pull parser support

    3. libxml2 parser support (only reader is supported as of now)

    4. doxygen documentation support

    5. A sample demonstrating how to use OM


    Modified: webservices/axis2/trunk/c/xdocs/index.html URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?rev=630755&r1=630754&r2=630755&view=diff ============================================================================== --- webservices/axis2/trunk/c/xdocs/index.html (original) +++ webservices/axis2/trunk/c/xdocs/index.html Sun Feb 24 23:45:01 2008 @@ -114,7 +114,7 @@

    Archived News

    -

    Refer to information on the previous release. +

    Refer to information on the previous releases.


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