- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 05 Feb 2011 00:23:35 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test
In directory hutz:/tmp/cvs-serv6443
Modified Files:
scenario.html scenario.xml
Log Message:
Add the sce:Scenario header and the sce:EndTime element
Index: scenario.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scenario.xml 4 Feb 2011 18:00:48 -0000 1.6
+++ scenario.xml 5 Feb 2011 00:23:33 -0000 1.7
@@ -532,6 +532,36 @@
</item>
</ulist>
</div2>
+
+ <div2>
+ <head>Scenario Header</head>
+
+ <p>
+ Some of the tests in this document require specialized logic
+ by the service in order to create the situations described by
+ the tests. This document defines a SOAP Header that can be used
+ to convey which test is being executed, as well as any other
+ additional information, to allow the service to perform the
+ appropriate actions.
+ </p>
+
+ <p>
+ The outline of this header is:
+ </p>
+
+ <example>
+ <eg><sce:Scenario ...>
+ <sce:Test> x.y </sce:Test>
+ ...
+</sce:Scenario></eg>
+ </example>
+
+ <p>
+ Where "x.y" is the test number. Certain tests define additional
+ elements that might appear as children of the sce:Scenario
+ element.
+ </p>
+ </div2>
</div1>
@@ -1565,6 +1595,23 @@
</item>
</ulist>
+ <p>
+ Note: this test requires the client to include an additional
+ element in the sce:Scenario header:
+ </p>
+
+ <example>
+ <eg><sce:EndTime> xs:duration | xs:dateTime </sce:EndTime></eg>
+ </example>
+
+ <p>
+ The duration/time specified by this element indicates when the
+ event source is to "unexceptedly" terminate the subscription, thus
+ causes the SubscriptionEnd message to be sent. The value specified
+ in this element must be less than the expires time specified in the
+ Subscribe request message.
+ </p>
+
<div3>
<head>Sequence</head>
@@ -3501,6 +3548,23 @@
<p>EndTo element containing an EPR for the data consumer</p>
</item>
</ulist>
+
+ <p>
+ Note: this test requires the client to include an additional
+ element in the sce:Scenario header:
+ </p>
+
+ <example>
+ <eg><sce:EndTime> xs:duration | xs:dateTime </sce:EndTime></eg>
+ </example>
+
+ <p>
+ The duration/time specified by this element indicates when the
+ data source is to "unexceptedly" terminate the enumeration, thus
+ causes the EnumerationEnd message to be sent. The value specified
+ in this element must be less than the expires time specified in the
+ Enumerate request message used to create the enumeration.
+ </p>
<div3>
<head>Sequence</head>
@@ -4129,6 +4193,13 @@
Updated frag xpath to not need prefix namespace mapping
</td>
</tr>
+ <tr>
+ <td> 2011/02/04 </td>
+ <td> DD </td>
+ <td>
+ Add the sce:Scenario header and the sce:EndTime element
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: scenario.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scenario.html 4 Feb 2011 18:00:48 -0000 1.6
+++ scenario.html 5 Feb 2011 00:23:33 -0000 1.7
@@ -52,55 +52,56 @@
3.1 <a href="#iddiv2x1x596">Predefined Animals/Tags</a><br/>
3.2 <a href="#Events">Events</a><br/>
3.3 <a href="#iddiv2x1x686">Structure of Test Sections</a><br/>
-4 <a href="#iddiv1x1x704">WS-MetadataExchange Tests</a><br/>
- 4.1 <a href="#iddiv2x1x709">GetWSDL Test</a><br/>
- 4.2 <a href="#iddiv2x1x735">Empty GetMetadata Test</a><br/>
- 4.3 <a href="#iddiv2x1x761">WSDL GetMetadata Test</a><br/>
- 4.4 <a href="#iddiv2x1x787">Unknown GetMetadata Test</a><br/>
- 4.5 <a href="#iddiv2x1x813">MultiMetadata GetMetadata Test</a><br/>
- 4.6 <a href="#iddiv2x1x839">PutMetadata Test</a><br/>
- 4.7 <a href="#iddiv2x1x865">DeleteMetadata Test</a><br/>
[...1256 lines suppressed...]
Available here:
<a href="http://www.w3.org/2002/ws/ra/test/scenario/scenarioSink.wsdl">http://www.w3.org/2002/ws/ra/test/scenario/scenarioSink.wsdl</a></p></div></div><div class="div1">
<h2><a name="evd" id="evd"/>9 EventDescriptions</h2><p>
@@ -1723,7 +1759,7 @@
Yves Lafon (W3C/ERCIM).
</p></div><div class="div1">
<h2><a name="References" id="References"/>12 References</h2><div class="div2">
-<h3><a name="iddiv2x1x2674" id="iddiv2x1x2674"/>12.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
+<h3><a name="iddiv2x1x2703" id="iddiv2x1x2703"/>12.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, Author.
@@ -1848,4 +1884,6 @@
Moved from edcopies dir to test dir
</td></tr><tr><td> 2011/02/02 </td><td> DD </td><td>
Updated frag xpath to not need prefix namespace mapping
+ </td></tr><tr><td> 2011/02/04 </td><td> DD </td><td>
+ Add the sce:Scenario header and the sce:EndTime element
</td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Saturday, 5 February 2011 00:23:37 UTC