- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Jun 2010 00:03:00 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv5005
Modified Files:
wsenum.html wsenum.xml
Log Message:
9609
Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- wsenum.html 29 Jun 2010 19:54:31 -0000 1.142
+++ wsenum.html 30 Jun 2010 00:02:58 -0000 1.143
@@ -51,11 +51,10 @@
3.5 <a href="#namespaces">XML Namespaces</a><br/>
4 <a href="#EnumMsgs">Enumeration Messages</a><br/>
4.1 <a href="#Enumerate">Enumerate</a><br/>
- 4.2 <a href="#Pull">Pull</a><br/>
- 4.3 <a href="#Renew">Renew</a><br/>
- 4.4 <a href="#GetStatus">GetStatus</a><br/>
- 4.5 <a href="#Release">Release</a><br/>
- 4.6 <a href="#EnumerationEnd">EnumerationEnd</a><br/>
+ 4.2 <a href="#Renew">Renew</a><br/>
+ 4.3 <a href="#GetStatus">GetStatus</a><br/>
+ 4.4 <a href="#Release">Release</a><br/>
[...1105 lines suppressed...]
[timer] </code></td><td valign="top" nowrap="true"><code>
Invalidate context<br/>
@@ -2036,7 +2014,7 @@
EnumerationEnd<br/>
[msg]</code></td><td valign="top" nowrap="true"><code>
Invalidate context<br/>
- {<a href="#EnumerationEnd"><b>4.6</b></a>}</code></td></tr></tbody></table></div><div class="div1">
+ {<a href="#EnumerationEnd"><b>4.5</b></a>}</code></td></tr></tbody></table></div><div class="div1">
<h2><a name="changelog" id="changelog"/>D Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6391">6391</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6519">6519</a></td></tr><tr><td> 2009/03/11 </td><td> DD </td><td> Added change log </td></tr><tr><td> 2009/03/11 </td><td> DD </td><td> Added resolution of issue
@@ -2119,4 +2097,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9568">9568</a></td></tr><tr><td> 2010/05/11 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9699">9699</a></td></tr><tr><td> 2010/05/12 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9717">9717</a></td></tr><tr><td> 2010/05/13 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9702">9702</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=9702">9702</a></td></tr><tr><td> 2010/06/29 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9609">9609</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.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- wsenum.xml 29 Jun 2010 19:54:31 -0000 1.133
+++ wsenum.xml 30 Jun 2010 00:02:58 -0000 1.134
@@ -131,10 +131,10 @@
</p>
<p>
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
+ used to establish the creation of an enumeration session or
+ 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 body of a SOAP message. Each subsequent Enumerate operation returns
the next N elements in the aggregate sequence.
[...1271 lines suppressed...]
- {<specref ref="Pull" show="num"/>}</code>
+ Send EnumerateResponse <phrase/>
+ {<specref ref="Enumerate" show="num"/>}</code>
</td>
<td valign="top" nowrap='true'><code>
Generate <phrase/>
@@ -4035,6 +4025,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9702">9702</loc>
</td>
</tr>
+ <tr>
+ <td> 2010/06/29 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9609">9609</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Received on Wednesday, 30 June 2010 00:03:02 UTC