You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by li...@apache.org on 2003/07/01 09:55:40 UTC

cvs commit: xml-axis/contrib/Axis-C++ ReadMe.txt

lilantha    2003/07/01 00:55:40

  Modified:    contrib/Axis-C++ ReadMe.txt
  Log:
  updated
  
  Revision  Changes    Path
  1.2       +43 -5     xml-axis/contrib/Axis-C++/ReadMe.txt
  
  Index: ReadMe.txt
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/ReadMe.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ReadMe.txt	22 Mar 2002 00:41:32 -0000	1.1
  +++ ReadMe.txt	1 Jul 2003 07:55:40 -0000	1.2
  @@ -1,12 +1,51 @@
  -                       Axis Client Lib for C++
  +                  Axis (Apache eXtensible Interaction System) for C++
                -------------------------------------------
   
  -Welcome to Axis C++ Client Library working draft 
  +Welcome to Axis C++ Library working draft
   
  +Thanks from all of us on the Axis team for downloading the package; help
  +us make it better by sending comments to axis-user@xml.apache.org.
   
  +API documentation is provided with the user guide. Developer guide is not yet
  +complete.
  +
  +             -------------------------------------------
   
   $Log:
   
  +- Alpha 0.5 Release          June 30, 2003
  +
  +Serverside implmentation is underway. Client should be streamlined with the
  +standard axis architecture wherever possible, c++ implementations should have 
  +as much in common as possible with the java implemenatation. C++ impl core 
  +should be cross platform (most flavors of Unix & Win32) with platform-specific 
  +extensions (like COM). 
  +
  +The SOAP 1.1 message with attachments defines a binding for a SOAP message 
  +to be carried within a MIME multipart/related message. A SOAP message can 
  +be transmitted together with attached data in a MIME encoded representation. 
  +Axis C++ should provides support for SOAP message with attachments.
  +
  +TODO:
  +(1) WSDL/XML to C++ Mapping
  +(2) XML data types to the C++ types.
  +(3) Mapping of abstract definitions of port type, operations and messages to C++
  +    interfaces and classes. Any XML names that may be mapped to a reserved C++ keyword 
  +    must avoid any name collision.
  +(4) The type mapping framework should enable the development of pluggable serializers
  +    and deserializers using different XML processing mechanisms and representations.
  +(5) Need to sync with other improvemnts made accross java version of Axis :)
  +(6) Supporting possible other data types, arrays, user defined data types etc.
  +(7) Need to check possible cause of memory leaks.
  +(8) Need to write set of testharnesses to test the lib.
  +(9) Support for WSDL
  +(10) Multi-reference support
  +(11) Multiple output values manupulations. (currently single return value is
  +    concerned)
  +(12) Make the lib as Shared lib (DLL/*.so); A problem experienced 
  +    with DLL exporting template functions, need to fix this.
  +
  +
   - Alpha 0.45 Release          March 11, 2002
   
   
  @@ -14,11 +53,10 @@
   compiler kit does not support template members hence cannot be used. On Linux
   kDevelopment project workspace is provided for easy development. For win32
   users MS Visual C++ projects workspace is provided. 
  -API documentation is provided with the user guide. Developer guide is not yet
  -complete.
   
  -TODO:
   
  +TODO:
  +(0) Need to sync with other improvemnts made accross java version of Axis :)
   (1) Testing should be done on AIX with xCl_r compiler. 
   (2) Supporting possible other data types, arrays, user defined data types etc.
   (3) Need to check possible cause of memory leaks.