- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Nov 2009 00:23:48 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv29630 Modified Files: wsenum.html wsenum.xml Log Message: 8069 Index: wsenum.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- wsenum.html 6 Nov 2009 00:21:23 -0000 1.85 +++ wsenum.html 6 Nov 2009 00:23:46 -0000 1.86 @@ -100,8 +100,9 @@ request-by-request basis, which party will be responsible for maintaining this state for the next request. </p><p> - In its simplest form, WS-Enumeration defines a - single operation, Pull, which allows a data source, in the context + In its simplest form, WS-Enumeration defines an operation, Enumerate, + used to establish the creation of an enumeration session and + another operation, Pull, which allows a data source, in the context of a specific enumeration, to produce a sequence of XML elements in the body of a SOAP message. Each subsequent Pull operation returns the next N elements in the aggregate sequence. @@ -113,7 +114,7 @@ to iterate through the returned rows. In general, however, it is simpler if all data sources support a single, standard operation to start an enumeration. This specification defines such an operation, - Enumerate, that data sources MAY implement for starting a new + Enumerate, that data sources MUST implement for starting a new enumeration of a data source. The Enumerate operation is used to create new enumeration contexts for subsequent traversal/retrieval. Each Enumerate operation results in a distinct enumeration context, @@ -1957,4 +1958,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7586">7586</a>, <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7588">7588</a>, <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7828">7828</a></td></tr><tr><td> 2009/11/05 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8075">8075</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8075">8075</a></td></tr><tr><td> 2009/11/05 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8069">8069</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wsenum.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- wsenum.xml 6 Nov 2009 00:21:27 -0000 1.77 +++ wsenum.xml 6 Nov 2009 00:23:46 -0000 1.78 @@ -116,8 +116,9 @@ maintaining this state for the next request. </p> <p> - In its simplest form, WS-Enumeration defines a - single operation, Pull, which allows a data source, in the context + In its simplest form, WS-Enumeration defines an operation, Enumerate, + used to establish the creation of an enumeration session and + another operation, Pull, which allows a data source, in the context of a specific enumeration, to produce a sequence of XML elements in the body of a SOAP message. Each subsequent Pull operation returns the next N elements in the aggregate sequence. @@ -130,7 +131,7 @@ to iterate through the returned rows. In general, however, it is simpler if all data sources support a single, standard operation to start an enumeration. This specification defines such an operation, - Enumerate, that data sources MAY implement for starting a new + Enumerate, that data sources MUST implement for starting a new enumeration of a data source. The Enumerate operation is used to create new enumeration contexts for subsequent traversal/retrieval. Each Enumerate operation results in a distinct enumeration context, @@ -3499,6 +3500,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8075">8075</loc> </td> </tr> + <tr> + <td> 2009/11/05 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8069">8069</loc> + </td> + </tr> </tbody> </table> </div1>
Received on Friday, 6 November 2009 00:23:57 UTC