lilantha 2003/07/17 01:53:16
Modified: c/docs TODO.txt
Log:
updated
Revision Changes Path
1.20 +9 -1 xml-axis/c/docs/TODO.txt
Index: TODO.txt
===================================================================
RCS file: /home/cvs/xml-axis/c/docs/TODO.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- TODO.txt 16 Jul 2003 14:26:01 -0000 1.19
+++ TODO.txt 17 Jul 2003 08:53:16 -0000 1.20
@@ -67,11 +67,18 @@
GENERAL / UNCATEGORIZED
-----------------------
+! <team> Refactor AxisEngine to make it suitable for Server side & Client side
seperatly
+ so that we can derive AxisServer & AxisClient from that and no
duplication result in.
+
X <sanjaya> In the WSDDDocument.cpp for each and every XMLString::transcode() you
have to
use a corrosponding XMLString::release() to relase the allocated
memeory
X <sanjaya> In the WSDDDocument.cpp write the code to handle the end element for
wsdd_resflow
* <sanjaya> Improve AxisEngine to send back the WSDL upon http GET request. Ex.
http://url/service?wsdl
+! <team> Support SOAP messages with attachments: defines a binding for a SOAP
message to be carried
+ within a MIME multipart/related message.
+!<lilantha> Servlet support for server side which helps to deploy server in a
servlet containers or in
+ J2EE servers & ISAPI extention for server to deploy in IIS.
Session
-------
@@ -80,7 +87,8 @@
Transport
---------
-! <team> Pluggable transport API for client
+! <team> Pluggable transport API for server & client, seperate interfaces
between Transport &
+ other stuff.
! <team> Support for "SOAP messages with attachments"
Security