butek       02/02/01 07:39:18

  Modified:    java     TODO.txt
  Log:
  Some updates to our TODO list.
  
  Revision  Changes    Path
  1.13      +4 -3      xml-axis/java/TODO.txt
  
  Index: TODO.txt
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/TODO.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TODO.txt  31 Jan 2002 03:26:08 -0000      1.12
  +++ TODO.txt  1 Feb 2002 15:39:18 -0000       1.13
  @@ -39,7 +39,7 @@
   WSDL2Java
   ---------
   * <> (ongoing) JAX-RPC compliance.  In particular:
  -! <> Generate an error for notification and solicit-response type operations.
  +X <Russell> Generate an error for notification and solicit-response type operations.
   ! <> Mapping of XML names.  We do some, not all, of what JAX-RPC specifies.
   ! <> Faults - What do we handle now?  What needs to be enhanced?  JAX-RPC needs 
improving, first, we think.
   ! <> Derived type support.
  @@ -73,9 +73,9 @@
   
   ! <> Do we need a Wsdl2java Exception?
   
  -! <> Need to handle collections of objects (max occurs > 1).
  +* <Rich/Tom?> Need to handle collections of objects (max occurs > 1).  Rich did the 
work for encoding.  Does something still need to be done for literal?
   
  -! <> Need to register array types and enum types in the stub and deploy.wsdd. 
  +X <Rich> Need to register array types and enum types in the stub and deploy.wsdd. 
        Registering array types if the remote (non-AXIS) services sets the 
        type attribute to the array type name instead of soapenc:array.
        See samples.echo.testClient
  @@ -94,6 +94,7 @@
         <wsdl:part name="in0" type="xsd:boolean"/>
         <wsdl:part name="in1" type="SOAP-ENC:boolean"/>
      </wsdl:message>
  +  Note that this also affects the runtime (particularly serialization).
   
   ! <> Support generating schema for custom serializers
   
  
  
  


Reply via email to