Author: samisa
Date: Thu Jun 15 00:15:50 2006
New Revision: 414493
URL: http://svn.apache.org/viewvc?rev=414493&view=rev
Log:
Updated docs for version 0.92
Modified:
webservices/axis2/trunk/c/NEWS
webservices/axis2/trunk/c/project.properties
webservices/axis2/trunk/c/xdocs/index.html
Modified: webservices/axis2/trunk/c/NEWS
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/NEWS?rev=414493&r1=414492&r2=414493&view=diff
==============================================================================
--- webservices/axis2/trunk/c/NEWS (original)
+++ webservices/axis2/trunk/c/NEWS Thu Jun 15 00:15:50 2006
@@ -1,63 +1,53 @@
-We are pleased to announce the release of Apache Axis2/C version 0.91.
+We are pleased to announce the release of Apache Axis2/C version 0.92.
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. Module architecture, mechanism to extend the SOAP processing model
- 4. Context hierarchy
- 5. Directory based deployment model
- 6. Raw XML providers
- 7. WS-Addressing, both the submission (2004/08) and final (2005/08)
-versions
- 8. Transports: HTTP
- * Both simple axis server and Apache2 httpd module
- * SSL client transport - New
- 9. Service Groups - New
- 10. Service client and operation client APIs - New
- 11. REST support (POST case) - New
- 12. Module version support - New
- 13. MTOM support - New
-
-Other notes
-
- 1. Interoperability tested with Axis2/Java for XML in/out client and
-services
- 2. Addressing 1.0 interoperability
-
-Major changes since last release
-
- 1. Full Addressing 1.0 support
- 2. Improved fault handling model
- 3. SSL client transport
- 4. MTOM implementation
- 5. Implementation of easy to use service client and operation client
-APIs for client side programming
- 6. REST support (POST case)
- 7. Module version support
- 8. Service groups
- 9. Numerous bug fixes since last release
+ 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. Module Architecture, mechanism to extend the SOAP processing model
+ 4. Context hierarchy
+ 5. Directory based deployment model
+ 6. Raw XML providers
+ 7. WS-Addressing, both the submission (2004/08) and final (2005/08) versions
+ 8. Transports supports: HTTP
+ * Both simple axis server and Apache2 httpd module o SSL client
transport
+ 9. Service Groups
+ 10. Service client and operation client APIs
+ 11. REST support (POST case)
+ 12. Module version support
+ 13. Archive based deployment Model
+ 14. MTOM support
+ 15. WSDL Code Generation Tool for Stub and skeletons (based on Java tool) New
+ * Axis Data Binding - ADB New
+ 16. Security module, usernameToken support New
+
+Major Changes Since Last Release
+
+ 1. Completed MTOM implementation with multiple attachment support and
non-optimized case
+ 2. Completed service client API with send robust and fire and forget
+ 3. Added "message" to description hierarchy
+ 4. Archive based deployment Model (for services and modules)
+ 5. Code generation for WSDL using Java WSDL2Code tool
+ 6. ADB support (with Java WSDL2Code tool)
+ 7. Changed double pointer environment parameters into pointer parameters to
improve efficiency
Un-Implemented Architecture Features (TBD in 1.0)
- 1. Sessions scoping for application, SOAP, transport and request levels
- 2. Different character encoding support
- 3. Dynamic invocation
- 4. Archive based deployment Model
+ 1. Sessions scoping for Application, SOAP, Transport and Request levels
+ 2. Different character encoding support
+ 3. REST (REpresentational State Transfer) Support (GET case)
+ 4. Dynamic client invocation (given a WSDL, consume services dynamically)
Un-Implemented Architecture Features (TBD post 1.0)
- 1. WSDL code generation tool for stub and skeletons (based on Java tool)
- 2. Security module
- 3. REST (REpresentational State Transfer) support (GET case)
- 4. Web Services policy support
- 5. Axis2 Web application (Web App)
+ 1. Security module with encryption and signing
+ 2. Server side Web Service Policy support
+ 3. C2WSDL
+ 4. WSDL2C
We welcome your early feedback on this implementation.
Thanks for your interest in Axis2C
--- Apache Axis2C Team --
\ No newline at end of file
+-- Apache Axis2C Team --
Modified: webservices/axis2/trunk/c/project.properties
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/project.properties?rev=414493&r1=414492&r2=414493&view=diff
==============================================================================
--- webservices/axis2/trunk/c/project.properties (original)
+++ webservices/axis2/trunk/c/project.properties Thu Jun 15 00:15:50 2006
@@ -14,7 +14,7 @@
# limitations under the License.
# -------------------------------------------------------------------
-axis2_version=0.91
+axis2_version=0.92
#freehep.nar.arch=i386
#freehep.nar.os=Linux
#freehep.nar.c.compiler=gcc
Modified: webservices/axis2/trunk/c/xdocs/index.html
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?rev=414493&r1=414492&r2=414493&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Thu Jun 15 00:15:50 2006
@@ -26,8 +26,78 @@
<h2>Latest Release</h2>
-<h3>15th May 2006 Axis2/C Version 0.91 Released </h3>
-<a href="download.cgi">Download 0.91</a>
+<h3>16th June 2006 Axis2/C Version 0.92 Released</h3>
+<a href="download.cgi">Download 0.92</a>
+
+<h4>Key Features</h4>
+<ol>
+ <li>AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This
+ has complete XML infoset support.</li>
+ <li>Support for One-Way Messaging (In-Only) and Request Response Messaging
+ (In-Out)</li>
+ <li>Module Architecture, mechanism to extend the SOAP processing model</li>
+ <li>Context hierarchy</li>
+ <li>Directory based deployment model</li>
+ <li>Raw XML providers</li>
+ <li>WS-Addressing, both the submission (2004/08) and final (2005/08)
+ versions</li>
+ <li>Transports supports: HTTP
+ <ul>
+ <li>Both simple axis server and Apache2 httpd module</li>
+ <li>SSL client transport</li>
+ </ul>
+ </li>
+ <li>Service Groups</li>
+ <li>Service client and operation client APIs</li>
+ <li>REST support (POST case)</li>
+ <li>Module version support</li>
+ <li>Archive based deployment Model</li>
+ <li>MTOM support</li>
+ <li>WSDL Code Generation Tool for Stub and skeletons (based on Java tool)
+ <strong>New</strong>
+ <ul>
+ <li>Axis Data Binding - ADB <strong>New</strong></li>
+ </ul>
+ </li>
+ <li>Security module, usernameToken support <strong>New</strong></li>
+</ol>
+
+<h4>Major Changes Since Last Release</h4>
+<ol>
+ <li>Completed MTOM implementation with multiple attachment support and
+ non-optimized case</li>
+ <li>Completed service client API with send robust and fire and forget</li>
+ <li>Added "message" to description hierarchy</li>
+ <li>Archive based deployment Model (for services and modules)</li>
+ <li>Code generation for WSDL using Java WSDL2Code tool</li>
+ <li>ADB support (with Java WSDL2Code tool)</li>
+ <li>Changed double pointer environment parameters into pointer parameters
+ to improve efficiency</li>
+</ol>
+
+<h4>Un-Implemented Architecture Features (TBD in 1.0)</h4>
+<ol>
+ <li>Sessions scoping for Application, SOAP, Transport and Request
+ levels</li>
+ <li>Different character encoding support</li>
+ <li>REST (REpresentational State Transfer) Support (GET case)</li>
+ <li>Dynamic client invocation (given a WSDL, consume services
+ dynamically)</li>
+</ol>
+
+<h4>Un-Implemented Architecture Features (TBD post 1.0)</h4>
+<ol>
+ <li>Security module with encryption and signing</li>
+ <li>Server side Web Service Policy support</li>
+ <li>C2WSDL</li>
+ <li>WSDL2C</li>
+</ol>
+
+<h2>Archived News</h2>
+
+<h3>15th May 2006 Axis2/C Version 0.91 Released</h3>
+
+<p><a href="download.cgi">Download 0.91</a></p>
<h4>Key Features</h4>
<ol>
@@ -91,12 +161,9 @@
<li>Security module</li>
<li>REST (REpresentational State Transfer) support (GET case)</li>
<li>Web Services policy support</li>
- <li>Axis2 Web application (Web App)</li>
</ol>
-<h2>Archived News</h2>
-
-<h3>31st March 2006 Axis2/C Version 0.90 Released </h3>
+<h3>31st March 2006 Axis2/C Version 0.90 Released</h3>
<a href="download.cgi">Download 0.90</a>
<h4>Key Features</h4>
@@ -167,7 +234,7 @@
<li>Axis2 Web application (Web App)</li>
</ol>
-<h3>10th March 2006 Axis2/C Milestone 0.5 Released </h3>
+<h3>10th March 2006 Axis2/C Milestone 0.5 Released</h3>
<a href="download.cgi">Download M-0.5</a>
<h4>Key Features</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]