On 10/4/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Dinesh Premalal wrote:
> We are pleased to announce the release of Apache Axis2/C version 0.94.
> You can download this release from
> http://ws.apache.org/axis2/c/download.cgi
>
> 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 (In-Out)
> 3. Description hierarchy (configuration, service groups, services,
operations and messages)
> 4. Directory based deployment model
> 5. Archive based deployment model
> 6. Context hierarchy (corresponding contexts to map to each level of
description hierarchy)
> 7. Raw XML message receiver
> 8. Module architecture, mechanism to extend the SOAP processing model
> 9. Module version support
> 10. Transports supports: HTTP
> o Both simple axis server and Apache2 httpd module for server
side
> o Client transport with ability to enable SSL support
> 11. Service client and operation client APIs
> 12. REST support (HTTP POST case)
> 13. WS-Addressing, both the submission (2004/08) and final (2005/08)
versions
> 14. MTOM/XOP support
> 15. Code generation tool for stub and skeleton generation for a given
WSDL (based on Java tool)
> o Axis Data Binding (ADB) support
> 16. Security module with UsernameToken support
> 17. REST support (HTTP GET case)
> 18. Dynamic invocation support (based on XML schema and WSDL
implementations)
> 19. Guththila pull parser support - New
> 20. WSDL2C code generation tool- with schema code generation
(experimental) - New
> 21. TCP Monitor - C implementation (experimental) - New
>
> Major Changes Since Last Release
> 1. Guththila pull parser support
> 2. WSDL2C code generation tool
> 3. TCP Monitor - C implementation
> 4. Major Memory leak fixes
> 5. Fixes to code generation with Java Tool
> 6. Many Bug Fixes
>
> TODOs Remaining for 1.0
> 1. Complete API documentation and API improvements
> 2. Fix further memory leaks
> 3. Put in place a comprehensive functional test framework
>
>
> We welcome your early feedback on this implementation.
> Thanks for your interest in Axis2C
>
> -- Apache Axis2C Team --
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
I guess this answers some of our questions about which level of Axis2C
to use :) We should probably build our release with Axis2c 0.94 now, I
tested with their trunk 2 days ago and it worked with a minor change in
our code, will test again today with the official release on Linux.
They are not publishing a Mac OS-X binary distro so I guess if we want a
Mac OS X story we're going to have to document the steps to build from
source with Oisin's patches.
--
Jean-Sebastien
Agreed - thanks Sebastien.
There were a couple of places in Tuscany where bugs in 0.93 meant some axis
code was commented out - I'll see what happens when we uncomment that stuff
& commit the changes if things work now.
Cheers
Andy