From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/archived_news.html | 842 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 842 insertions(+) create mode 100644 xdocs/archived_news.html (limited to 'xdocs/archived_news.html') diff --git a/xdocs/archived_news.html b/xdocs/archived_news.html new file mode 100644 index 0000000..3bbf690 --- /dev/null +++ b/xdocs/archived_news.html @@ -0,0 +1,842 @@ +Apache Axis2/C - Archived News +

Apache Axis2/C Archived News

+

This page contains information on previous releases running up to the + latest.

+
+

Contents

+ +
+ +

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

+
    +
  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 a bug on version numbering
  2. + +
  3. List Axis2/C dependencies licensing in LICENSE file
  4. +
  5. Add relevant copyright notices to NOTICE file
  6. +
  7. Digest Authentication Support
  8. +
  9. Proxy Authentication Support
  10. +
  11. Ability to insert xml declaration on outgoing payloads
  12. +
  13. Enhanced REST support
  14. + +
  15. MTOM support with libcurl
  16. +
  17. Improvements to TCPMon Tool
  18. +
  19. Improvements to Test Coverage
  20. +
  21. Improvements to API docs
  22. +
  23. Improvements to CA certificate validation mechanisms on SSL Transport
  24. +
  25. Improvements to Neethi
  26. + +
  27. Fixed issue in HTTP GET on mod_axis2
  28. +
  29. Major Improvements to Guththila Parser
  30. +
  31. Improvements to libcurl based sender
  32. +
  33. Creation of a FAQ list
  34. +
  35. Improvements to Axis2/C documentation
  36. +
  37. Added Documentation on Archive Based Deployment
  38. + +
  39. Fixes for IIS module
  40. +
  41. Removed dependency in util for the Axis2/C core
  42. +
  43. Ability to access transport headers at the service level (for RESTful services)
  44. +
  45. uint64_t and int64_t support at util layer and codegen level
  46. +
  47. Removed zlib dependencies when Archive Based Deployment model is disabled
  48. +
  49. Signal Handling in Windows
  50. + +
  51. Removed over 99% of the warnings found on Windows
  52. +
  53. Increased build speed on Windows with nmake.
  54. +
  55. Improvements to Windows build system
  56. +
  57. Extensions to client API to support HTTP/Proxy Authentication
  58. +
  59. Memory leak fixes
  60. +
  61. Many bug fixes
  62. +
+
+ +

17th January 2008 - Apache Axis2/C Version 1.2.0 Released

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

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

+

Download 1.0.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 a more advanced operation client API
  4. +
  5. Transports supported : HTTP +
      +
    • Inbuilt HTTP server called simple axis server
    • +
    • Apache2 HTTPD module called mod_axis2 for the server side
    • +
    • IIS module for the server side
    • +
    • Client transport with the ability to enable SSL support
    • +
    • libcurl based client transport
    • +
    +
  6. +
  7. Module architecture, with a mechanism to extend the SOAP processing model
  8. +
  9. WS-Addressing support, for both the submission (2004/08) and final (2005/08) versions, implemented as a module
  10. +
  11. MTOM/XOP support
  12. +
  13. AXIOM, which is 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 mapped to each level of the + 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 the 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. +

Major Changes Since Last Release

    +
  1. Many Bug Fixes
  2. +
  3. IIS module for the server side
  4. +
  5. libcurl based client transport
  6. +
  7. Improvements to overall API to make it more user friendly, stable, and + binary compatible
  8. +
  9. Transport proxy support
  10. +
  11. Memory leak fixes
  12. +

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. +
  3. Support for one-way messaging (In-Only) and request response messaging + (In-Out)
  4. +
  5. Description hierarchy (configuration, service groups, services, + operations, and messages)
  6. +
  7. Directory based deployment model
  8. +
  9. Archive based deployment model
  10. +
  11. Context hierarchy (corresponding contexts mapped to each level of the + description hierarchy)
  12. +
  13. Raw XML message receiver
  14. +
  15. Module architecture, with a mechanism to extend the SOAP processing + model
  16. +
  17. Module version support
  18. +
  19. Transports supports: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module for the server + side
    • +
    • Client transport with the ability to enable SSL support
    • +
    +
  20. +
  21. Service client and operation client APIs
  22. +
  23. REST support (HTTP POST case)
  24. +
  25. WS-Addressing, both the submission (2004/08) and final (2005/08) + versions
  26. +
  27. MTOM/XOP support
  28. +
  29. Code generation tool for stub and skeleton generation for a given WSDL + (based on the Java tool) +
      +
    • Axis Data Binding (ADB) support
    • +
    +
  30. +
  31. Security module with UsernameToken support
  32. +
  33. REST support (HTTP GET case)
  34. +
  35. Dynamic invocation support (based on XML schema and WSDL + implementations)
  36. +
  37. Guththila pull parser support
  38. +
  39. WSDL2C code generation tool- with schema code generation + (experimental)
  40. +
  41. TCP Monitor - C implementation (experimental)
  42. +
  43. Axis2/C Manual
  44. +

Major Changes Since Last Release

    +
  1. Major Memory leak fixes
  2. +
  3. Many Bug Fixes
  4. +
  5. Improvement to REST processing
  6. +
  7. Improvement to SOAP-Fault processing
  8. +
  9. Improvement to mod_axis2 library (plugged with apr pools)
  10. +
  11. Visual Studio 7.0 project
  12. +

Items pending for 1.0

    +
  1. Complete API documentation and API improvements
  2. +
  3. Fix further memory leaks
  4. +
  5. Create a comprehensive functional test framework
  6. +

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. +
  3. Support for one-way messaging (In-Only) and request response messaging + (In-Out)
  4. +
  5. Description hierarchy (configuration, service groups, services, + operations, and messages)
  6. +
  7. Directory based deployment model
  8. +
  9. Archive based deployment model
  10. +
  11. Context hierarchy (corresponding contexts mapped to each level of the + description hierarchy)
  12. +
  13. Raw XML message receiver
  14. +
  15. Module architecture, mechanism to extend the SOAP processing model
  16. +
  17. Module version support
  18. +
  19. Transports supports: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module for server + side
    • +
    • Client transport with ability to enable SSL support
    • +
    +
  20. +
  21. Service client and operation client APIs
  22. +
  23. REST support (HTTP POST case)
  24. +
  25. WS-Addressing, for both the submission (2004/08) and final (2005/08) + versions
  26. +
  27. MTOM/XOP support
  28. +
  29. Code generation tool for stub and skeleton generation for a given WSDL + (based on the Java tool) +
      +
    • Axis Data Binding (ADB) support
    • +
    +
  30. +
  31. Security module with UsernameToken support
  32. +
  33. REST support (HTTP GET case)
  34. +
  35. Dynamic invocation support (based on XML schema and WSDL + implementations)
  36. +
  37. Guththila pull parser support
  38. +
  39. WSDL2C code generation tool- with schema code generation + (experimental)
  40. +
  41. TCP Monitor - C implementation (experimental)
  42. +
  43. Axis2/C Manual - New
  44. +

Major Changes Since Last Release

    +
  1. Major Memory leak fixes
  2. +
  3. Many Bug Fixes
  4. +
  5. Improvement to Documentation
  6. +

Items pending for 1.0

    +
  1. Complete API documentation and API improvements
  2. +
  3. Fix further memory leaks
  4. +
  5. Create a comprehensive functional test framework
  6. +

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. +
  3. Support for one-way messaging (In-Only) and request response messaging + (In-Out)
  4. +
  5. Description hierarchy (configuration, service groups, services, + operations, and messages)
  6. +
  7. Directory based deployment model
  8. +
  9. Archive based deployment model
  10. +
  11. Context hierarchy (corresponding contexts mapped to each level of the + description hierarchy)
  12. +
  13. Raw XML message receiver
  14. +
  15. Module architecture, with a mechanism to extend the SOAP processing + model
  16. +
  17. Module version support
  18. +
  19. Transports support: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module for the server + side
    • +
    • Client transport with the ability to enable SSL support
    • +
    +
  20. +
  21. Service client and operation client APIs
  22. +
  23. REST support (HTTP POST case)
  24. +
  25. WS-Addressing, both the submission (2004/08) and final (2005/08) + versions
  26. +
  27. MTOM/XOP support
  28. +
  29. Code generation tool for stub and skeleton generation for a given WSDL + (based on the Java tool) +
      +
    • Axis Data Binding (ADB) support
    • +
    +
  30. +
  31. Security module with UsernameToken support
  32. +
  33. REST support (HTTP GET case)
  34. +
  35. Dynamic invocation support (based on the XML schema and WSDL + implementations)
  36. +
  37. Guththila pull parser support - New
  38. +
  39. WSDL2C code generation tool- with schema code generation (experimental) + - New
  40. +
  41. TCP Monitor - C implementation (experimental) - + New
  42. +

Major Changes Since Last Release

    +
  1. Guththila pull parser support
  2. +
  3. WSDL2C code generation tool
  4. +
  5. TCP Monitor - C implementation
  6. +
  7. Major Memory leak fixes
  8. +
  9. Fixes to code generation with Java Tool
  10. +
  11. Many Bug Fixes
  12. +

Items pending for 1.0

    +
  1. Complete API documentation and API improvements
  2. +
  3. Fix further memory leaks
  4. +
  5. Create a comprehensive functional test framework
  6. +

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. +
  3. Support for one-way messaging (In-Only) and request response messaging + (In-Out)
  4. +
  5. Description hierarchy (configuration, service groups, services, + operations, and messages)
  6. +
  7. Directory based deployment model
  8. +
  9. Archive based deployment model
  10. +
  11. Context hierarchy (corresponding contexts mapped to each level of the + description hierarchy)
  12. +
  13. Raw XML message receiver
  14. +
  15. Module architecture, with a mechanism to extend the SOAP processing + model
  16. +
  17. Module version support
  18. +
  19. Transports supports: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module for the server + side
    • +
    • Client transport with the ability to enable SSL support
    • +
    +
  20. +
  21. Service client and operation client APIs
  22. +
  23. REST support (HTTP POST case)
  24. +
  25. WS-Addressing, both the submission (2004/08) and final (2005/08) + versions
  26. +
  27. MTOM/XOP support
  28. +
  29. Code generation tool for stub and skeleton generation for a given WSDL + (based on the Java tool) +
      +
    • Axis Data Binding (ADB) support
    • +
    +
  30. +
  31. Security module with UsernameToken support
  32. +
  33. REST support (HTTP GET case)
  34. +
  35. Dynamic invocation support (based on the XML schema and WSDL + implementations)
  36. +

Major Changes Since Last Release

    +
  1. REST support for HTTP GET case
  2. +
  3. XML Schema implementation
  4. +
  5. Woden/C implementation that supports both WSDL 1.1 and WSDL 2.0
  6. +
  7. Dynamic client invocation (given a WSDL, it consumes the services + dynamically)
  8. +
  9. Numerous improvements to API and API documentation
  10. +
  11. Many bug fixes, especially, many paths of execution previously + untouched were tested along with the Sandesha2/C implementation
  12. +

Items pending for 1.0

    +
  1. Complete API documentation and API improvements
  2. +
  3. Fix major memory leaks
  4. +
  5. Test codegen for both ADB and none cases
  6. +
  7. Put in place a comprehensive functional test framework
  8. +
  9. WSDL2C tool
  10. +

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. +
  3. Support for One-Way Messaging (In-Only) and Request Response Messaging + (In-Out)
  4. +
  5. Module Architecture, with a mechanism to extend the SOAP processing + model
  6. +
  7. Context hierarchy
  8. +
  9. Directory based deployment model
  10. +
  11. Raw XML providers
  12. +
  13. WS-Addressing, for both the submission (2004/08) and final (2005/08) + versions
  14. +
  15. Transports supports: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module
    • +
    • SSL client transport
    • +
    +
  16. +
  17. Service Groups
  18. +
  19. Service client and operation client APIs
  20. +
  21. REST support (POST case)
  22. +
  23. Module version support
  24. +
  25. Archive based deployment Model
  26. +
  27. MTOM support
  28. +
  29. WSDL Code Generation Tool for Stub and skeletons (based on Java tool) + New +
      +
    • Axis Data Binding - ADB New
    • +
    +
  30. +
  31. Security module, usernameToken support New
  32. +

Major Changes Since Last Release

    +
  1. Completed MTOM implementation with multiple attachment support and + non-optimized case
  2. +
  3. Completed service client API with send robust and fire and forget
  4. +
  5. Added "message" to description hierarchy
  6. +
  7. Archive based deployment model (for services and modules)
  8. +
  9. Code generation for WSDL using Java WSDL2Code tool
  10. +
  11. ADB support (with Java WSDL2Code tool)
  12. +
  13. WS-Security usernameToken support
  14. +
  15. Initial implementation of the XML Schema parser (To be used in WSDL + parser and REST support)
  16. +
  17. Initial implementation of WSDL parser (To be used in dynamic + invocation)
  18. +
  19. Changed double pointer environment parameters into pointer parameters + to improve efficiency
  20. +

Un-Implemented Architecture Features (TBD in 1.0)

    +
  1. Session scoping for Application, SOAP, Transport, and Request + levels
  2. +
  3. Different character encoding support
  4. +
  5. REST (REpresentational State Transfer) Support (GET case)
  6. +
  7. Dynamic client invocation (given a WSDL, it consumes services + dynamically)
  8. +

Un-Implemented Architecture Features (TBD post 1.0)

    +
  1. Security module with encryption and signing
  2. +
  3. Server side Web Service Policy support
  4. +
  5. C2WSDL
  6. +
  7. WSDL2C
  8. +

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. +
  3. Support for One-Way Messaging (In-Only) and Request Response Messaging + (In-Out)
  4. +
  5. Module architecture, with a mechanism to extend the SOAP processing + model
  6. +
  7. Context hierarchy
  8. +
  9. Directory based deployment model
  10. +
  11. Raw XML providers
  12. +
  13. WS-Addressing, for both the submission (2004/08) and final (2005/08) + versions
  14. +
  15. Transports: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module
    • +
    • SSL client transport New
    • +
    +
  16. +
  17. Service Groups New
  18. +
  19. Service client and operation client APIs New
  20. +
  21. REST support (POST case) New
  22. +
  23. Module version support New
  24. +
  25. MTOM support New
  26. +

Other notes

    +
  1. Interoperability tested with Axis2/Java for XML in/out client and + services
  2. +
  3. Addressing 1.0 interoperability
  4. +

Major changes since last release

    +
  1. Full Addressing 1.0 support
  2. +
  3. Improved fault handling model
  4. +
  5. SSL client transport
  6. +
  7. MTOM implementation
  8. +
  9. Implementation of easy to use service client and operation client APIs + for client side programming
  10. +
  11. REST support (POST case)
  12. +
  13. Module version support
  14. +
  15. Service groups
  16. +
  17. Numerous bug fixes since last release
  18. +

Un-Implemented Architecture Features (TBD in 1.0)

    +
  1. Sessions scoping for application, SOAP, transport and request + levels
  2. +
  3. Different character encoding support
  4. +
  5. Dynamic invocation
  6. +
  7. Archive based deployment Model
  8. +

Un-Implemented Architecture Features (TBD post 1.0)

    +
  1. WSDL code generation tool for stub and skeletons (based on Java + tool)
  2. +
  3. Security module
  4. +
  5. REST (REpresentational State Transfer) support (GET case)
  6. +
  7. Web Services policy support
  8. +

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. +
  3. Support for One-Way Messaging (In-Only) and Request Response Messaging + (In-Out)
  4. +
  5. Module architecture, with a mechanism to extend the SOAP processing + model
  6. +
  7. Context hierarchy
  8. +
  9. Directory based deployment model
  10. +
  11. Raw XML providers
  12. +
  13. WS-Addressing, for both the submission (2004/08) and final (2005/08) + versions
  14. +
  15. Transports: HTTP +
      +
    • Both simple axis server and Apache2 HTTPD module
    • +
    +
  16. +

Experimental Features

    +
  1. WSDL object model support New +
      +
    • Dynamic invocation
    • +
    +
  2. +

Other notes

    +
  1. Interoperability tested with Axis2/Java for XML in/out client and + services
  2. +
  3. Addressing interoperability on client side
  4. +

Major changes since last release

    +
  1. Minimal memory leaks
  2. +
  3. Apache2 module working in Windows
  4. +
  5. More samples and tests
  6. +
  7. WSDL object model was built based on the proposed WSDL 2.0 Component + model.
  8. +
  9. Dynamic invocation
  10. +
  11. Numerous bug fixes since last release
  12. +

Un-Implemented Architecture Features (TBD in 1.0)

    +
  1. Module version support
  2. +
  3. Archive based deployment model
  4. +
  5. Improved and user friendly client API
  6. +
  7. Support for MTOM
  8. +
  9. Session scoping for application, SOAP, transport, and request + levels
  10. +
  11. Service groups
  12. +
  13. Different character encoding support
  14. +

Un-Implemented Architecture Features (TBD post 1.0)

    +
  1. WSDL code generation tool for stub and skeletons (based on the Java + tool)
  2. +
  3. Security module
  4. +
  5. REST (REpresentational State Transfer) support
  6. +
  7. Web Services policy support
  8. +
  9. Axis2 Web application (Web App)
  10. +

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. +
  3. Support for Request Response Messaging (In-Out)
  4. +
  5. Module Architecture, with a mechanism to extend the SOAP Processing + Model
  6. +
  7. Directory based deployment model
  8. +
  9. WS-Addressing, both the submission (2004/08) and final (2005/08) + versions
  10. +
  11. Improved and user friendly Client API
  12. +
  13. Transports supports: HTTP +
      +
    • Axis2/C server
    • +
    • Apache integration module
    • +
    +
  14. +
  15. Raw XML providers
  16. +
  17. Numerous bug fixes since last release
  18. +

Major Changes Since the Last Release

    +
  1. Improving code quality by fixing memory leaks and reviewing the + code.
  2. +
  3. Apache2 integration.
  4. +
  5. More samples and tests
  6. +
  7. Initial documentations(User Guide, Developer Guide, Installation + Guide)
  8. +

Still to be Done

See a list of what we think needs to be done, and consider helping out if + you're interested.

    +
  1. Management Interface for Axis2/C
  2. +
  3. Implementation of other transports.
  4. +
  5. Code generation and Dynamic Invocation
  6. +
  7. Hot Deployment of Services
  8. +
  9. Completion of interop tests
  10. +
  11. Support for MTOM
  12. +
  13. Axis Data Binding - ADB (Framework and Schema Compiler)
  14. +
  15. REST (REpresentational State Transfer) Support
  16. +

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 + 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


-- cgit v1.1-32-gdbae