Changeset 764
- Timestamp:
- 01/18/03 02:44:49 (6 years ago)
- Files:
-
- trunk/ToDo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ToDo
r581 r764 1 1 = ToDo 2 2 3 4 mappingRegistryCreator: do not dump a type which is in default mappingRegistry. 5 6 7 wsdlRouter 8 return value must be converted to the specified element name, not "fooResponse" style. 9 10 Strict check 11 order of sequence 12 unbound 13 14 Support literal/document 15 16 �q���v�f��肷�����́A�V���ɐ錾�������ƁA���v�f��Ƃ��������������B���v�f���Ƃ����́Aref������p���܂� 17 18 simplify original driver 19 20 * encoding/decoding based on type information in WSDL. 21 * Support untyped response. 22 * Support SwA. 23 * Parse XML Namespace with xmlscan, not by itself. 3 24 * RAA exception 4 25 * RAA uri-fy 5 * Support SwA.6 * Rewrite the interop test client with runit?7 26 * Support all derived built-in types in XML Schema Part2 Sec. 3.2. 8 27 * Design and implement SOAPHeader handler API. … … 10 29 * Implement message router: lib/soap/msgRouter.rb. 11 30 * Messaging sample. 12 * Support untyped response. 13 does lib/soap/encodingStyleHandlerASPDotNet.rb is enough? 14 * Follow SOAP/1.2. I heard it is going to be Last Call soon without Candidate 15 Recommendation phase... 16 * encoding/decoding based on type information in WSDL. 17 * Create unit tests. 31 * Rewrite the interop test client with runit? 32 * Follow SOAP/1.2. 18 33 19 34