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 12:19:23 UTC

[Apache Web Services Wiki] New: FrontPage/AxisC++/WishList

   Date: 2004-12-03T03:19:23
   Editor: FarhaanMohideen <fa...@opensource.lk>
   Wiki: Apache Web Services Wiki
   Page: FrontPage/AxisC++/WishList
   URL: http://wiki.apache.org/ws/FrontPage/AxisC++/WishList

   no comment

New Page:

= Wish List = 

 1. Transport
 2. Serialization / Deserialization
 3. WSDD
 4. C/C++ API for XML RPC (CAx-RPC)
 5. Standard Handlers
 6. New Features to Add
 * SOAP with attachments - MTOM
 * Add more functionality to Admin service and client
 * Add RPC literal support if needed
 * Add 2 API functions to the generated services
   1. isAllowedMethod?()
   2. getAllowedMethods?() - returns comma seperated list of allowed methods 
   3. The add the following functionality
      1. support wsdd attribute allowedMethods-"*"
      2. Runtime query of allowed methods upon method execution
   4. Add new API functions to the CallBase? and Wrappers for accessing Axis trace logger. Then the code generation can also be improved to log errors. Handler writers can use this API to write to Axis logger (such as Apache has provided module API functions to write to Apache log files)
 7. Architecture/Code Reviews
 8. Tutorial preparation
 9. Support for Internationalization
 10. WSDL2WS code generation
 11. Security
 12. Pull Parser