You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Samisa Abeysinghe <sa...@wso2.com> on 2007/05/06 18:18:36 UTC

[ANN] Axis2/C 1.0.0 Released

Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C 
version 1.0.0
You can download this release from
http://ws.apache.org/axis2/c/download.cgi

Key Features

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

Major Changes Since Last Release

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

We welcome your early feedback on this implementation.
Thank you for your interest in Axis2/C.

-- Apache Axis2/C Team --



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


Re: [ANN] Axis2/C 1.0.0 Released

Posted by Martin Gainty <mg...@hotmail.com>.
Appreciation and thanks to all who contributed
This is indeed great news!
Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "Deepal Jayasinghe" <de...@opensource.lk>
To: <ax...@ws.apache.org>
Cc: <ax...@ws.apache.org>
Sent: Sunday, May 06, 2007 12:21 PM
Subject: Re: [ANN] Axis2/C 1.0.0 Released


> Congratulation !!!
> 
> -Deepal
> 
> Samisa Abeysinghe wrote:
> 
>> Apache Axis2/C Team is pleased to announce the release of Apache
>> Axis2/C version 1.0.0
>> You can download this release from
>> http://ws.apache.org/axis2/c/download.cgi
>>
>> Key Features
>>
>>   1. Support for one-way messaging (In-Only) and request response
>> messaging (In-Out)
>>   2. Client APIs: Easy to use service client API and more advanced
>> operation client API
>>   3. Transports supported: HTTP
>>         a. Inbuilt HTTP server called simple axis server
>>         b. Apache2 httpd module called mod_axis2 for server side
>>         c. IIS module for server side
>>         d. Client transport with ability to enable SSL support
>>         e. libcurl based client transport
>>   4. Module architecture, mechanism to extend the SOAP processing model
>>   5. WS-Addressing support, both the submission (2004/08) and final
>> (2005/08) versions, implemented as a module
>>   6. MTOM/XOP support
>>   7. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages;
>> This has complete XML infoset support
>>   8. XML parser abstraction
>>         a. Libxml2 wrapper
>>         b. Guththila pull parser support
>>   9. Both directory based and archive based deployment models for
>> deploying services and modules
>>  10. Description hierarchy providing access to static data of Axis2/C
>> runtime (configuration, service groups, services, operations and
>> messages)
>>  11. Context hierarchy providing access to dynamic Axis2/C runtime
>> information(corresponding contexts to map to each level of description
>> hierarchy)
>>  12. Message receiver abstraction
>>         a. Inbuilt raw XML message receiver
>>  13. Code generation tool for stub and skeleton generation for a given
>> WSDL (based on Java tool)
>>         a. Axis Data Binding (ADB) support
>>  14. Transport proxy support
>>  15. REST support (more POX like) using both HTTP POST and GET
>>  16. Comprehensive documentation
>>         a. Axis2/C Manual
>>
>> Major Changes Since Last Release
>>
>>   1. Many Bug Fixes
>>   2. IIS module for server side
>>   3. libcurl based client transport
>>   4. Improvements to overall API to make it more user friendly, stable
>> and binary compatible
>>   5. Transport proxy support
>>   6. Memory leak fixes 
>> We welcome your early feedback on this implementation.
>> Thank you for your interest in Axis2/C.
>>
>> -- Apache Axis2/C Team --
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 
>

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


Re: [ANN] Axis2/C 1.0.0 Released

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Congratulation !!!

-Deepal

Samisa Abeysinghe wrote:

> Apache Axis2/C Team is pleased to announce the release of Apache
> Axis2/C version 1.0.0
> You can download this release from
> http://ws.apache.org/axis2/c/download.cgi
>
> Key Features
>
>   1. Support for one-way messaging (In-Only) and request response
> messaging (In-Out)
>   2. Client APIs: Easy to use service client API and more advanced
> operation client API
>   3. Transports supported: HTTP
>         a. Inbuilt HTTP server called simple axis server
>         b. Apache2 httpd module called mod_axis2 for server side
>         c. IIS module for server side
>         d. Client transport with ability to enable SSL support
>         e. libcurl based client transport
>   4. Module architecture, mechanism to extend the SOAP processing model
>   5. WS-Addressing support, both the submission (2004/08) and final
> (2005/08) versions, implemented as a module
>   6. MTOM/XOP support
>   7. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages;
> This has complete XML infoset support
>   8. XML parser abstraction
>         a. Libxml2 wrapper
>         b. Guththila pull parser support
>   9. Both directory based and archive based deployment models for
> deploying services and modules
>  10. Description hierarchy providing access to static data of Axis2/C
> runtime (configuration, service groups, services, operations and
> messages)
>  11. Context hierarchy providing access to dynamic Axis2/C runtime
> information(corresponding contexts to map to each level of description
> hierarchy)
>  12. Message receiver abstraction
>         a. Inbuilt raw XML message receiver
>  13. Code generation tool for stub and skeleton generation for a given
> WSDL (based on Java tool)
>         a. Axis Data Binding (ADB) support
>  14. Transport proxy support
>  15. REST support (more POX like) using both HTTP POST and GET
>  16. Comprehensive documentation
>         a. Axis2/C Manual
>
> Major Changes Since Last Release
>
>   1. Many Bug Fixes
>   2. IIS module for server side
>   3. libcurl based client transport
>   4. Improvements to overall API to make it more user friendly, stable
> and binary compatible
>   5. Transport proxy support
>   6. Memory leak fixes 
> We welcome your early feedback on this implementation.
> Thank you for your interest in Axis2/C.
>
> -- Apache Axis2/C Team --
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>


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


Re: [ANN] Axis2/C 1.0.0 Released

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Congratulation !!!

-Deepal

Samisa Abeysinghe wrote:

> Apache Axis2/C Team is pleased to announce the release of Apache
> Axis2/C version 1.0.0
> You can download this release from
> http://ws.apache.org/axis2/c/download.cgi
>
> Key Features
>
>   1. Support for one-way messaging (In-Only) and request response
> messaging (In-Out)
>   2. Client APIs: Easy to use service client API and more advanced
> operation client API
>   3. Transports supported: HTTP
>         a. Inbuilt HTTP server called simple axis server
>         b. Apache2 httpd module called mod_axis2 for server side
>         c. IIS module for server side
>         d. Client transport with ability to enable SSL support
>         e. libcurl based client transport
>   4. Module architecture, mechanism to extend the SOAP processing model
>   5. WS-Addressing support, both the submission (2004/08) and final
> (2005/08) versions, implemented as a module
>   6. MTOM/XOP support
>   7. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages;
> This has complete XML infoset support
>   8. XML parser abstraction
>         a. Libxml2 wrapper
>         b. Guththila pull parser support
>   9. Both directory based and archive based deployment models for
> deploying services and modules
>  10. Description hierarchy providing access to static data of Axis2/C
> runtime (configuration, service groups, services, operations and
> messages)
>  11. Context hierarchy providing access to dynamic Axis2/C runtime
> information(corresponding contexts to map to each level of description
> hierarchy)
>  12. Message receiver abstraction
>         a. Inbuilt raw XML message receiver
>  13. Code generation tool for stub and skeleton generation for a given
> WSDL (based on Java tool)
>         a. Axis Data Binding (ADB) support
>  14. Transport proxy support
>  15. REST support (more POX like) using both HTTP POST and GET
>  16. Comprehensive documentation
>         a. Axis2/C Manual
>
> Major Changes Since Last Release
>
>   1. Many Bug Fixes
>   2. IIS module for server side
>   3. libcurl based client transport
>   4. Improvements to overall API to make it more user friendly, stable
> and binary compatible
>   5. Transport proxy support
>   6. Memory leak fixes 
> We welcome your early feedback on this implementation.
> Thank you for your interest in Axis2/C.
>
> -- Apache Axis2/C Team --
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>


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


Re: [ANN] Axis2/C 1.0.0 Released

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
Congratulations to the entire Axis2/C team!

Sanjiva.

Samisa Abeysinghe wrote:
> Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C 
> version 1.0.0
> You can download this release from
> http://ws.apache.org/axis2/c/download.cgi
> 
> Key Features
> 
>   1. Support for one-way messaging (In-Only) and request response 
> messaging (In-Out)
>   2. Client APIs: Easy to use service client API and more advanced 
> operation client API
>   3. Transports supported: HTTP
>         a. Inbuilt HTTP server called simple axis server
>         b. Apache2 httpd module called mod_axis2 for server side
>         c. IIS module for server side
>         d. Client transport with ability to enable SSL support
>         e. libcurl based client transport
>   4. Module architecture, mechanism to extend the SOAP processing model
>   5. WS-Addressing support, both the submission (2004/08) and final 
> (2005/08) versions, implemented as a module
>   6. MTOM/XOP support
>   7. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; 
> This has complete XML infoset support
>   8. XML parser abstraction
>         a. Libxml2 wrapper
>         b. Guththila pull parser support
>   9. Both directory based and archive based deployment models for 
> deploying services and modules
>  10. Description hierarchy providing access to static data of Axis2/C 
> runtime (configuration, service groups, services, operations and messages)
>  11. Context hierarchy providing access to dynamic Axis2/C runtime 
> information(corresponding contexts to map to each level of description 
> hierarchy)
>  12. Message receiver abstraction
>         a. Inbuilt raw XML message receiver
>  13. Code generation tool for stub and skeleton generation for a given 
> WSDL (based on Java tool)
>         a. Axis Data Binding (ADB) support
>  14. Transport proxy support
>  15. REST support (more POX like) using both HTTP POST and GET
>  16. Comprehensive documentation
>         a. Axis2/C Manual
> 
> Major Changes Since Last Release
> 
>   1. Many Bug Fixes
>   2. IIS module for server side
>   3. libcurl based client transport
>   4. Improvements to overall API to make it more user friendly, stable 
> and binary compatible
>   5. Transport proxy support
>   6. Memory leak fixes 
> We welcome your early feedback on this implementation.
> Thank you for your interest in Axis2/C.
> 
> -- Apache Axis2/C Team --
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
> 
> 

-- 
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Director; Open Source Initiative; http://www.opensource.org/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/

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


Re: [ANN] Axis2/C 1.0.0 Released

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
Congratulations to the entire Axis2/C team!

Sanjiva.

Samisa Abeysinghe wrote:
> Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C 
> version 1.0.0
> You can download this release from
> http://ws.apache.org/axis2/c/download.cgi
> 
> Key Features
> 
>   1. Support for one-way messaging (In-Only) and request response 
> messaging (In-Out)
>   2. Client APIs: Easy to use service client API and more advanced 
> operation client API
>   3. Transports supported: HTTP
>         a. Inbuilt HTTP server called simple axis server
>         b. Apache2 httpd module called mod_axis2 for server side
>         c. IIS module for server side
>         d. Client transport with ability to enable SSL support
>         e. libcurl based client transport
>   4. Module architecture, mechanism to extend the SOAP processing model
>   5. WS-Addressing support, both the submission (2004/08) and final 
> (2005/08) versions, implemented as a module
>   6. MTOM/XOP support
>   7. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; 
> This has complete XML infoset support
>   8. XML parser abstraction
>         a. Libxml2 wrapper
>         b. Guththila pull parser support
>   9. Both directory based and archive based deployment models for 
> deploying services and modules
>  10. Description hierarchy providing access to static data of Axis2/C 
> runtime (configuration, service groups, services, operations and messages)
>  11. Context hierarchy providing access to dynamic Axis2/C runtime 
> information(corresponding contexts to map to each level of description 
> hierarchy)
>  12. Message receiver abstraction
>         a. Inbuilt raw XML message receiver
>  13. Code generation tool for stub and skeleton generation for a given 
> WSDL (based on Java tool)
>         a. Axis Data Binding (ADB) support
>  14. Transport proxy support
>  15. REST support (more POX like) using both HTTP POST and GET
>  16. Comprehensive documentation
>         a. Axis2/C Manual
> 
> Major Changes Since Last Release
> 
>   1. Many Bug Fixes
>   2. IIS module for server side
>   3. libcurl based client transport
>   4. Improvements to overall API to make it more user friendly, stable 
> and binary compatible
>   5. Transport proxy support
>   6. Memory leak fixes 
> We welcome your early feedback on this implementation.
> Thank you for your interest in Axis2/C.
> 
> -- Apache Axis2/C Team --
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
> 
> 

-- 
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Director; Open Source Initiative; http://www.opensource.org/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/

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