You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by sa...@locus.apache.org on 2000/09/01 04:47:50 UTC

cvs commit: xml-soap TODO

sanjiva     00/08/31 19:47:50

  Modified:    .        TODO
  Log:
  (I put this todo in a long time ago but never commit it ..)
  
  Revision  Changes    Path
  1.5       +3 -1      xml-soap/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/xml-soap/TODO,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TODO	2000/06/23 10:11:46	1.4
  +++ TODO	2000/09/01 02:47:50	1.5
  @@ -55,5 +55,7 @@
     This needs to be agreed upon for interoperability across different SOAP
     implementations.
   
  -
  +- add memory to the calculator demo where the memory is saved on the server
  +  side. The purpose is to use a session scoped service and to see how to
  +  implement the cookies stuff so that the right thing happens.