You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2004/12/03 11:55:58 UTC

[Apache Web Services Wiki] Updated: FrontPage/AxisC++/ToDo1.4

   Date: 2004-12-03T02:55:58
   Editor: FarhaanMohideen <fa...@opensource.lk>
   Wiki: Apache Web Services Wiki
   Page: FrontPage/AxisC++/ToDo1.4
   URL: http://wiki.apache.org/ws/FrontPage/AxisC++/ToDo1.4

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,7 +1,7 @@
 = Axis C++ TO DO for 1.4 =
 
  1. Create 100% C++ engine - AXISCPP 206
-    Remove C support and then add it back in 1.5 
+  Remove C support and then add it back in 1.5 
  
  2. Refactor WSDL2WS  - AXISCPP 215
     
@@ -12,8 +12,14 @@
  5. WS-I BP 1.0 compatible - AXISCPP 218
  
  6. Include file refactoring - AXISCPP 219
-    To ensure that a client stub writer only has to include the "client" includes, service writers the "service" and   common goes in "common" 
+  To ensure that a client stub writer only has to include the "client" includes, service writers the "service" and   common goes in "common" 
  7. Remove pre-defined paths from Axis CPP conf library names - AXISCPP 220
  
  8. Eliminate warnings - AXISCPP 155
-    Remove all compile warnings and ensure they are not problems 
+  Remove all compile warnings and ensure they are not problems 
+
+ 9. Prepare tutorial on handlers
+
+ 10. Session support
+ * Cookie based session support
+ * SOAP header based session support