Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 14169 invoked from network); 4 Jul 2008 06:01:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 06:01:09 -0000 Received: (qmail 62495 invoked by uid 500); 4 Jul 2008 06:01:08 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 62375 invoked by uid 500); 4 Jul 2008 06:01:08 -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 62366 invoked by uid 500); 4 Jul 2008 06:01:08 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 62362 invoked by uid 99); 4 Jul 2008 06:01:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 23:01:08 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 06:00:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7C3BE2388A06; Thu, 3 Jul 2008 23:00:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r673910 - in /webservices/axis2/trunk/c: INSTALL NEWS samples/ChangeLog samples/NEWS xdocs/archived_news.html Date: Fri, 04 Jul 2008 06:00:01 -0000 To: axis2-cvs@ws.apache.org From: supun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080704060002.7C3BE2388A06@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: supun Date: Thu Jul 3 23:00:00 2008 New Revision: 673910 URL: http://svn.apache.org/viewvc?rev=673910&view=rev Log: (empty) Modified: webservices/axis2/trunk/c/INSTALL webservices/axis2/trunk/c/NEWS webservices/axis2/trunk/c/samples/ChangeLog webservices/axis2/trunk/c/samples/NEWS webservices/axis2/trunk/c/xdocs/archived_news.html Modified: webservices/axis2/trunk/c/INSTALL URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?rev=673910&r1=673909&r2=673910&view=diff ============================================================================== --- webservices/axis2/trunk/c/INSTALL (original) +++ webservices/axis2/trunk/c/INSTALL Thu Jul 3 23:00:00 2008 @@ -402,7 +402,7 @@ (b) Enable Guththila -------------------- - - Set the ENABLE_GUTHTHILA option to 1 + - Now Guththila is the defualt parser. Unless you enable libxml2 Guththila will be built. (c) Enable libxml2 ------------------ @@ -557,11 +557,11 @@ NOTE : To do the following tasks, you might need super user privileges on your machine. - Copy the mod_axis2 (libmod_axis2.so.0.3.1 on Linux and mod_axis2.dll + Copy the mod_axis2 (libmod_axis2.so.0.5.0 on Linux and mod_axis2.dll on Windows) to "" as mod_axis2.so Example: - cp $AXIS2C_HOME/lib/libmod_axis2.so.0.3.1 + cp $AXIS2C_HOME/lib/libmod_axis2.so.0.5.0 /usr/lib/apache2/modules/mod_axis2.so (on Linux) copy C:\axis2c\build\deploy\lib\mod_axis2.dll Modified: webservices/axis2/trunk/c/NEWS URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/NEWS?rev=673910&r1=673909&r2=673910&view=diff ============================================================================== --- webservices/axis2/trunk/c/NEWS (original) +++ webservices/axis2/trunk/c/NEWS Thu Jul 3 23:00:00 2008 @@ -29,6 +29,7 @@ 6. Transports supported : AMQP * AMQP Transport implementation using Apache Qpid + * Available only in Linux platforms. 7. Transport proxy support (HTTP) * Proxy Authentication (Basic/Digest) Modified: webservices/axis2/trunk/c/samples/ChangeLog URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/ChangeLog?rev=673910&r1=673909&r2=673910&view=diff ============================================================================== --- webservices/axis2/trunk/c/samples/ChangeLog (original) +++ webservices/axis2/trunk/c/samples/ChangeLog Thu Jul 3 23:00:00 2008 @@ -1,191 +1,207 @@ -Axis2/C (1.3.0) - * Fixed a bug on version numbering - * List Axis2/C dependencies licensing in LICENSE file - * Add relevant copyright notices to NOTICE file - * Digest Authentication Support - * Proxy Authentication Support - * Enhanced REST support - * Ability to insert xml declaration on outgoing payloads - * MTOM support with libcurl - * Improvements to TCPMon Tool - * Improvements to Test Coverage - * Improvements to API docs - * Improvements to CA certificate validation mechanisms on SSL Transport - * Improvements to Neethi - * Fixed issue in HTTP GET on mod_axis2 - * Major Improvements to Guththila Parser - * Improvements to libcurl based sender - * Creation of a FAQ list - * Improvements to Axis2/C documentation - * Added Documentation on Archive Based Deployment - * Fixes for IIS module - * Removed dependency in util for the Axis2/C core - * Ability to access transport headers at the service level (for RESTful services) - * uint64_t and int64_t support at util layer and codegen level - * Removed zlib dependencies when Archive Based Deployment model is disabled - * Signal Handling in Windows - * Removed over 99% of the warnings found on Windows - * Increased build speed on Windows with nmake. - * Improvements to Windows build system - * Extensions to client API to support HTTP/Proxy Authentication - * Memory leak fixes - * Many bug fixes - --- Axis2/C team Fri, 29 February 2008 -Axis2/C (1.2.0) - * Improvements to Java tool, WSDL2C, that generates C code - * Improvment to Apache2 module so that it - * Create a shared memory global pool - * create context hierarchy in the global pool - enabling it to have true application level scope. - * Improved Policy - * Improvements to thread environment - * Improvements to error handling - * Memory leak fixes - * Many bug fixes - --- Axis2/C team Mon, 17 January 2008 -Axis2/C (1.1.0) - * WS-Policy implementation - * TCP Transport - * Improvements to Guththila parser to improve performance - * Improvements to Java tool, WSDL2C, that generates C code - * Basic HTTP Authentication - * Memory leak fixes - * Many bug fixes - --- Axis2/C team Mon, 24 September 2007 - -Axis2/C (1.0.0) - * Many Bug Fixes - * IIS module for server side - * libcurl based client transport - * Improvements to overall API to make it more user friendly, stable and binary compatible - * Transport proxy support - * Memory leak fixes --- Axis2/C team Mon, 30 April 2007 - -Axis2/C (0.96) - * Major Memory leak fixes - * Many Bug Fixes - * Improvement to REST processing - * Improvement to SOAP-Fault processing - * Improvement to mod_axis2 library (plugged with apr pools) - * Visual Studio 7.0 project --- Axis2/C team Thu, 19 December 2006 - -Axis2/C (0.95) - * Major Memory leak fixes - * Many Bug Fixes - * Improved Documentation --- Axis2/C team Thu, 26 October 2006 - -Axis2/C (0.94) - * Guththila pull parser support - * WSDL2C code generation tool - * TCP Monitor - C implementation - * Major Memory leak fixes - * Fixes to code generation with Java Tool - * Many Bug Fixes --- Axis2/C team Tue, 3 October 2006 - -Axis2/C (0.93) - * REST support for HTTP GET case - * XML Schema implementation - * Woden/C implementation that supports both WSDL 1.1 and WSDL 2.0 - * Dynamic client invocation (given a WSDL, consume services dynamically) - * Numerous improvements to API and API documentation - * Many bug fixes, especially, many paths of execution previously untouched were tested along with Sandesha2/C implementation --- Axis2/C team Thu, 31 August 2006 - -Axis2/C (0.92) - * Completed MTOM implementation with multiple attachment support and non-optimize - * Completed service client API with send robust and fire and forget - * Added "message" to description hierarchy - * Archive based deployment Model (for services and modules) - * Code generation for WSDL using Java WSDL2Code tool - * ADB support (with Java WSDL2C tool) - * WS-Security usernameToken support - * Initial implementation of the XML Schema parser (To be used in WSDL parser and REST support) - * Initial implementation of WSDL parser (To be used in dynamic invocation) - * Changed double pointer environment parameters into pointer parameters - to improve efficiency - -- Axis2/C team Fri, 16 June 2006 - -Axis2/C (0.91) - - * Full Addressing 1.0 support - * Improved fault handling model - * SSL client transport - * MTOM implementation - * Implementation of easy to use service client and operation client APIs for client side programming - * REST support (POST case) - * Module version support - * Service groups - * Numerous bug fixes since last release - -- Axis2/C team Mon, 15 May 2006 - - -Axis2/C (0.90) - - * Minimal memory leaks - * Apache2 module working in Windows - * More samples and tests - * WSDL Object Model built based on the proposed WSDL 2.0 Component model - * Dynamic Invocation - * Numerous bug fixes since last release - -- Axis2/C team Fri, 31 Mar 2006 - - -Axis2/C (M0.5) - - * Improving code quality by fixing memory leaks and reviewing the code - * Apache2 integration - * More samples and tests - * Initial documentation(User guide, Developer Guide and Installation Guide) - * Numerous bug fixes since last release - -- Axis2/C team Fri, 10 Mar 2006 - - -Axis2/C (M0.4) - - * Threading support and threaded simple axis server - * Module loading support - * Addressing module and addressing based dispatching - * HTTP chunking support - * Improved logging mechanism - * Ability to build and run on Windows platform - -- Axis2/C team Fri, 17 Feb 2006 - - -Axis2/C (M0.3) - - * Core engine in place with deployment, description and context hiarachies and http transport support - * Soap processing support - * Simple http server - * Client API implementation - * Couple of working service and client samples - -- Axis2/C team Thu, 02 Feb 2006 - - -Axis2/C (M0.2) - - * Improved OM module - * libxml2 parser support - * PHP binding for OM module - * Some test cases for PHP binding - * Many memory leaks fixes - -- Axis2/C team Thu, 08 Dec 2005 - - -Axis2/C (M0.1) - - * Initial release - - * OM module - * Guththila pull parser support - * libxml2 parser support(only reader is supported as of now) - * doxygen documentation support - * A sample demonstrating how to use OM - -- Axis2/C team Fri, 25 Nov 2005 - +Axis2/C (1.5.0) + * AMQP Transport support with Apache Qpid. + * Modifications to IIS Module to support IIS 6 & 7 + * Added a JScript file to automate IIS module registry configuration + * Improved the in-only message handling + * Specifying the MEP in the services.xml for non in-out messages made mandatory + * Improvements to Guthtila for better performance + * Improvements to TCPMon tool + * Memory leak fixes + * Bug fixes + +Axis2/C (1.4.0) + * Fixed library version numbering + * Made Guththila as default XML parser +-- Axis2/C team Mon,5 May 2008 + +Axis2/C (1.3.0) + * Fixed a bug on version numbering + * List Axis2/C dependencies licensing in LICENSE file + * Add relevant copyright notices to NOTICE file + * Digest Authentication Support + * Proxy Authentication Support + * Enhanced REST support + * Ability to insert xml declaration on outgoing payloads + * MTOM support with libcurl + * Improvements to TCPMon Tool + * Improvements to Test Coverage + * Improvements to API docs + * Improvements to CA certificate validation mechanisms on SSL Transport + * Improvements to Neethi + * Fixed issue in HTTP GET on mod_axis2 + * Major Improvements to Guththila Parser + * Improvements to libcurl based sender + * Creation of a FAQ list + * Improvements to Axis2/C documentation + * Added Documentation on Archive Based Deployment + * Fixes for IIS module + * Removed dependency in util for the Axis2/C core + * Ability to access transport headers at the service level (for RESTful services) + * uint64_t and int64_t support at util layer and codegen level + * Removed zlib dependencies when Archive Based Deployment model is disabled + * Signal Handling in Windows + * Removed over 99% of the warnings found on Windows + * Increased build speed on Windows with nmake. + * Improvements to Windows build system + * Extensions to client API to support HTTP/Proxy Authentication + * Memory leak fixes + * Many bug fixes + +-- Axis2/C team Fri, 29 February 2008 +Axis2/C (1.2.0) + * Improvements to Java tool, WSDL2C, that generates C code + * Improvment to Apache2 module so that it + * Create a shared memory global pool + * create context hierarchy in the global pool + enabling it to have true application level scope. + * Improved Policy + * Improvements to thread environment + * Improvements to error handling + * Memory leak fixes + * Many bug fixes + +-- Axis2/C team Mon, 17 January 2008 +Axis2/C (1.1.0) + * WS-Policy implementation + * TCP Transport + * Improvements to Guththila parser to improve performance + * Improvements to Java tool, WSDL2C, that generates C code + * Basic HTTP Authentication + * Memory leak fixes + * Many bug fixes + +-- Axis2/C team Mon, 24 September 2007 + +Axis2/C (1.0.0) + * Many Bug Fixes + * IIS module for server side + * libcurl based client transport + * Improvements to overall API to make it more user friendly, stable and binary compatible + * Transport proxy support + * Memory leak fixes +-- Axis2/C team Mon, 30 April 2007 + +Axis2/C (0.96) + * Major Memory leak fixes + * Many Bug Fixes + * Improvement to REST processing + * Improvement to SOAP-Fault processing + * Improvement to mod_axis2 library (plugged with apr pools) + * Visual Studio 7.0 project +-- Axis2/C team Thu, 19 December 2006 + +Axis2/C (0.95) + * Major Memory leak fixes + * Many Bug Fixes + * Improved Documentation +-- Axis2/C team Thu, 26 October 2006 + +Axis2/C (0.94) + * Guththila pull parser support + * WSDL2C code generation tool + * TCP Monitor - C implementation + * Major Memory leak fixes + * Fixes to code generation with Java Tool + * Many Bug Fixes +-- Axis2/C team Tue, 3 October 2006 + +Axis2/C (0.93) + * REST support for HTTP GET case + * XML Schema implementation + * Woden/C implementation that supports both WSDL 1.1 and WSDL 2.0 + * Dynamic client invocation (given a WSDL, consume services dynamically) + * Numerous improvements to API and API documentation + * Many bug fixes, especially, many paths of execution previously untouched were tested along with Sandesha2/C implementation +-- Axis2/C team Thu, 31 August 2006 + +Axis2/C (0.92) + * Completed MTOM implementation with multiple attachment support and non-optimize + * Completed service client API with send robust and fire and forget + * Added "message" to description hierarchy + * Archive based deployment Model (for services and modules) + * Code generation for WSDL using Java WSDL2Code tool + * ADB support (with Java WSDL2C tool) + * WS-Security usernameToken support + * Initial implementation of the XML Schema parser (To be used in WSDL parser and REST support) + * Initial implementation of WSDL parser (To be used in dynamic invocation) + * Changed double pointer environment parameters into pointer parameters + to improve efficiency + -- Axis2/C team Fri, 16 June 2006 + +Axis2/C (0.91) + + * Full Addressing 1.0 support + * Improved fault handling model + * SSL client transport + * MTOM implementation + * Implementation of easy to use service client and operation client APIs for client side programming + * REST support (POST case) + * Module version support + * Service groups + * Numerous bug fixes since last release + -- Axis2/C team Mon, 15 May 2006 + + +Axis2/C (0.90) + + * Minimal memory leaks + * Apache2 module working in Windows + * More samples and tests + * WSDL Object Model built based on the proposed WSDL 2.0 Component model + * Dynamic Invocation + * Numerous bug fixes since last release + -- Axis2/C team Fri, 31 Mar 2006 + + +Axis2/C (M0.5) + + * Improving code quality by fixing memory leaks and reviewing the code + * Apache2 integration + * More samples and tests + * Initial documentation(User guide, Developer Guide and Installation Guide) + * Numerous bug fixes since last release + -- Axis2/C team Fri, 10 Mar 2006 + + +Axis2/C (M0.4) + + * Threading support and threaded simple axis server + * Module loading support + * Addressing module and addressing based dispatching + * HTTP chunking support + * Improved logging mechanism + * Ability to build and run on Windows platform + -- Axis2/C team Fri, 17 Feb 2006 + + +Axis2/C (M0.3) + + * Core engine in place with deployment, description and context hiarachies and http transport support + * Soap processing support + * Simple http server + * Client API implementation + * Couple of working service and client samples + -- Axis2/C team Thu, 02 Feb 2006 + + +Axis2/C (M0.2) + + * Improved OM module + * libxml2 parser support + * PHP binding for OM module + * Some test cases for PHP binding + * Many memory leaks fixes + -- Axis2/C team Thu, 08 Dec 2005 + + +Axis2/C (M0.1) + + * Initial release + + * OM module + * Guththila pull parser support + * libxml2 parser support(only reader is supported as of now) + * doxygen documentation support + * A sample demonstrating how to use OM + -- Axis2/C team Fri, 25 Nov 2005 + Modified: webservices/axis2/trunk/c/samples/NEWS URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/NEWS?rev=673910&r1=673909&r2=673910&view=diff ============================================================================== --- webservices/axis2/trunk/c/samples/NEWS (original) +++ webservices/axis2/trunk/c/samples/NEWS Thu Jul 3 23:00:00 2008 @@ -1,4 +1,4 @@ -Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.3.0 +Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.5.0 You can download this release from http://ws.apache.org/axis2/c/download.cgi Modified: webservices/axis2/trunk/c/xdocs/archived_news.html URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/archived_news.html?rev=673910&r1=673909&r2=673910&view=diff ============================================================================== --- webservices/axis2/trunk/c/xdocs/archived_news.html (original) +++ webservices/axis2/trunk/c/xdocs/archived_news.html Thu Jul 3 23:00:00 2008 @@ -5,6 +5,8 @@ + +

3rd March 2008 - Apache Axis2/C Version 1.5.0 Released

Download 1.5.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. Support IIS 5.1, 6 and 7.
    • +
    • Client transport with ability to enable SSL support
    • +
    • Basic HTTP Authentication
    • +
    • libcurl based client transport
    • +
    • AMQP Transport support using Apache Qpid
    • +
    +
  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. +
+ +

Changes Since Last Release

+
    +
  1. AMQP Transport support with Apache Qpid.
  2. +
  3. Modifications to IIS Module to support IIS 6 and 7
  4. +
  5. Added a JScript file to automate IIS module registry configuration
  6. +
  7. Improved the in-only message handling
  8. +
  9. Specifying the MEP in the services.xml for non in-out messages made mandatory
  10. +
  11. Improvements to Guthtila for better performance
  12. +
  13. Improvements to TCPMon tool
  14. +
  15. Memory leak fixes
  16. +
  17. Bug fixes
  18. +
+
+ +

7th May 2008 - Apache Axis2/C Version 1.4.0 Released

Download 1.4.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. +
+ +

Changes Since Last Release

+
    +
  1. Fixed library version numbering
  2. +
  3. Made Guththila as default XML parser
  4. +
  5. Memory leak fixes
  6. +
  7. Many bug fixes
  8. +
+

3rd March 2008 - Apache Axis2/C Version 1.3.0 Released

Download 1.3.0

Key Features