- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 May 2010 02:05:24 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv8895
Modified Files:
wseventing.html wseventing.xml
Log Message:
9676
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- wseventing.xml 11 May 2010 23:27:53 -0000 1.181
+++ wseventing.xml 12 May 2010 02:05:22 -0000 1.182
@@ -2692,12 +2692,14 @@
</wse:FilterDialect> *
<wse:MaxExpires ...> <emph>xs:duration</emph> </wse:MaxExpires> ?
<wse:FormatName URI="<emph>xs:anyURI</emph>" ...>
+ <!-- Notification WSDL can go here - see <specref ref="Advertising"/> -->
<emph>xs:any</emph>*
</wse:FormatName> *
<wse:EndToSupported .../> ?
<wse:NotificationPolicy ...>
<emph>xs:any</emph>
</wse:NotificationPolicy> ?
+ <!-- EventDescription data can go here - see <specref ref="Advertising"/> -->
<emph>xs:any</emph>*
</wse:EventSource></eg>
</example>
@@ -2783,6 +2785,8 @@
This extensibility point allows for additional FormatName specific
metadata to be included within the policy assertion. Any metadata
that appears is scoped to the use of the specified FormatName URI.
+ If the Event Source advertises Notification WSDL then it MUST
+ appear as a child of the FormatName element.
</p>
</def>
</gitem>
@@ -2829,6 +2833,8 @@
the WS-Eventing message exchanges. Any metadata that appears
is scoped to the operations and features of the WS-Eventing
specification.
+ If the Event Source advertises EventDescription data then it
+ MUST appear as a child of the EventSource element.
</p>
</def>
</gitem>
@@ -5017,6 +5023,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9699">9699</loc>
</td>
</tr>
+ <tr>
+ <td> 2010/05/11 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9676">9676</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- wseventing.html 11 May 2010 23:27:53 -0000 1.188
+++ wseventing.html 12 May 2010 02:05:22 -0000 1.189
@@ -78,20 +78,20 @@
8 <a href="#ImplConsideration">Implementation Considerations</a><br/>
9 <a href="#metadata">WS-Eventing Metadata</a><br/>
9.1 <a href="#iddiv2_1_2142">EventSource Assertion</a><br/>
- 9.2 <a href="#iddiv2_1_2245">SubscriptionManager Assertion</a><br/>
+ 9.2 <a href="#iddiv2_1_2251">SubscriptionManager Assertion</a><br/>
10 <a href="#acks">Acknowledgements</a><br/>
11 <a href="#refs">References</a><br/>
- 11.1 <a href="#iddiv2_1_2319">Normative References</a><br/>
- 11.2 <a href="#iddiv2_1_2466">Informative References</a><br/>
+ 11.1 <a href="#iddiv2_1_2325">Normative References</a><br/>
+ 11.2 <a href="#iddiv2_1_2472">Informative References</a><br/>
</p>
<h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#Advertising">Advertising Event Information</a><br/>
A.1 <a href="#ETypes">Event Types & Event Descriptions</a><br/>
- A.1.1 <a href="#iddiv3_1_2655">Retrieving Event Descriptions</a><br/>
- A.1.2 <a href="#iddiv3_1_2692">Bindings for Event Descriptions</a><br/>
- A.1.2.1 <a href="#iddiv4_1_2697">Binding for Unwrapped Notifications</a><br/>
- A.1.2.2 <a href="#iddiv4_1_2718">Binding for Wrapped Notifications</a><br/>
+ A.1.1 <a href="#iddiv3_1_2661">Retrieving Event Descriptions</a><br/>
+ A.1.2 <a href="#iddiv3_1_2698">Bindings for Event Descriptions</a><br/>
+ A.1.2.1 <a href="#iddiv4_1_2703">Binding for Unwrapped Notifications</a><br/>
+ A.1.2.2 <a href="#iddiv4_1_2724">Binding for Wrapped Notifications</a><br/>
A.2 <a href="#NWSDL">Notification WSDLs</a><br/>
- A.2.1 <a href="#iddiv3_1_2745">Retrieving Notification WSDLs</a><br/>
+ A.2.1 <a href="#iddiv3_1_2751">Retrieving Notification WSDLs</a><br/>
B <a href="#Schema">XML Schema</a><br/>
C <a href="#WSDL">WSDL</a><br/>
D <a href="#wrappedWSDL">WSDL for Standard Wrapped Delivery</a><br/>
@@ -1528,12 +1528,14 @@
</wse:FilterDialect> *
<wse:MaxExpires ...> <em>xs:duration</em> </wse:MaxExpires> ?
<wse:FormatName URI="<em>xs:anyURI</em>" ...>
+ <!-- Notification WSDL can go here - see <a href="#Advertising"><b>A Advertising Event Information</b></a> -->
<em>xs:any</em>*
</wse:FormatName> *
<wse:EndToSupported .../> ?
<wse:NotificationPolicy ...>
<em>xs:any</em>
</wse:NotificationPolicy> ?
+ <!-- EventDescription data can go here - see <a href="#Advertising"><b>A Advertising Event Information</b></a> -->
<em>xs:any</em>*
</wse:EventSource></pre></div></div><p>
The following describes additional, normative constraints on the
@@ -1567,6 +1569,8 @@
This extensibility point allows for additional FormatName specific
metadata to be included within the policy assertion. Any metadata
that appears is scoped to the use of the specified FormatName URI.
+ If the Event Source advertises Notification WSDL then it MUST
+ appear as a child of the FormatName element.
</p></dd><dt class="label"> /wse:EventSource/wse:EndToSupported </dt><dd><p>
When present, this OPTIONAL parameter indicates support for the
/wse:Subscribe/wse:EndTo semantics. That is, when a subscription
@@ -1592,11 +1596,13 @@
the WS-Eventing message exchanges. Any metadata that appears
is scoped to the operations and features of the WS-Eventing
specification.
+ If the Event Source advertises EventDescription data then it
+ MUST appear as a child of the EventSource element.
</p></dd></dl><p>
Note: The WS-RA WG is interested in Last Call feedback on the use
of nested policy expressions.
</p></div><div class="div2">
-<h3><a name="iddiv2_1_2245" id="iddiv2_1_2245"/>9.2 SubscriptionManager Assertion</h3><p>
+<h3><a name="iddiv2_1_2251" id="iddiv2_1_2251"/>9.2 SubscriptionManager Assertion</h3><p>
Services indicate support for the
WS-Eventing's definition of a subscription manager
through the use of the Web Services
@@ -1676,7 +1682,7 @@
Yves Lafon (W3C/ERCIM).
</p></div><div class="div1">
<h2><a name="refs" id="refs"/>11 References</h2><div class="div2">
-<h3><a name="iddiv2_1_2319" id="iddiv2_1_2319"/>11.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="iddiv2_1_2325" id="iddiv2_1_2325"/>11.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.
@@ -1733,7 +1739,7 @@
, E. Christensen, et al., Editors.
World Wide Web Consortium (W3C), 15 March 2001
Available at <a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315">http://www.w3.org/TR/2001/NOTE-wsdl-20010315</a>.</dd></dl></div><div class="div2">
-<h3><a name="iddiv2_1_2466" id="iddiv2_1_2466"/>11.2 Informative References</h3><dl><dt class="label"><a name="WSMC" id="WSMC"/>WS-MakeConnection</dt><dd><a href="http://docs.oasis-open.org/ws-rx/wsmc/v1.1/wsmc.doc"><cite>
+<h3><a name="iddiv2_1_2472" id="iddiv2_1_2472"/>11.2 Informative References</h3><dl><dt class="label"><a name="WSMC" id="WSMC"/>WS-MakeConnection</dt><dd><a href="http://docs.oasis-open.org/ws-rx/wsmc/v1.1/wsmc.doc"><cite>
OASIS Standard, "Web Services Make Connection (WS-MakeConnection) 1.1"
Web Services Make Connection (WS-MakeConnection)
</cite></a>
@@ -1832,7 +1838,7 @@
serve as a description of the Event Type used in
<a href="#Table1">Example 2-1</a>.
</p><div class="exampleOuter">
-<div class="exampleHeader"><a name="idexample_1_2645" id="idexample_1_2645"/>Example A-1: EventDescriptions</div><div class="exampleInner"><pre>(01) <wsevd:EventDescriptions
+<div class="exampleHeader"><a name="idexample_1_2651" id="idexample_1_2651"/>Example A-1: EventDescriptions</div><div class="exampleInner"><pre>(01) <wsevd:EventDescriptions
(02) targetNamespace="http://www.example.org/oceanwatch/notifications"
(03) xmlns:wsevd="http://www.w3.org/2002/ws/ra/edcopies/ws-evt"
(04) xmlns:ow="http://www.example.org/oceanwatch">
@@ -1852,7 +1858,7 @@
GED for this Event Type is defined on line (08) as being of type
"{http://www.example.org/oceanwatch}:WindReportType".
</p><div class="div3">
-<h4><a name="iddiv3_1_2655" id="iddiv3_1_2655"/>A.1.1 Retrieving Event Descriptions</h4><p>
+<h4><a name="iddiv3_1_2661" id="iddiv3_1_2661"/>A.1.1 Retrieving Event Descriptions</h4><p>
Although there are many ways in which an event source can make its
EventDescriptions available, this specification RECOMMENDS the use of
the mechanisms described in WS-MetadataExchange <a href="#MEX">[WS-MetadataExchange]</a>.
@@ -1890,7 +1896,7 @@
representation is the Event Description metadata. The data can be
retrieved via an HTTP GET to the specified URL.
</p></div><div class="div3">
-<h4><a name="iddiv3_1_2692" id="iddiv3_1_2692"/>A.1.2 Bindings for Event Descriptions</h4><p>
+<h4><a name="iddiv3_1_2698" id="iddiv3_1_2698"/>A.1.2 Bindings for Event Descriptions</h4><p>
For any Notification Format it MUST be possible to determine how a
given wsevd:eventType will appear on the wire as a notification in a
subscription created with that format. The following sections define
@@ -1902,7 +1908,7 @@
Format, implementations MAY provide a Notification WSDL (see below)
that explicitly describes the notification operations.
</p><div class="div4">
-<h5><a name="iddiv4_1_2697" id="iddiv4_1_2697"/>A.1.2.1 Binding for Unwrapped Notifications</h5><p>
+<h5><a name="iddiv4_1_2703" id="iddiv4_1_2703"/>A.1.2.1 Binding for Unwrapped Notifications</h5><p>
The information about an Event Type contained in the wsevd:eventType
element binds to a Unwrapped Notification for that type as follows:
</p><ul><li><p>
@@ -1917,7 +1923,7 @@
event being transmitted. If the @element attribute is absent then
the <b>[Body]</b> property has no children.
</p></li></ul></div><div class="div4">
-<h5><a name="iddiv4_1_2718" id="iddiv4_1_2718"/>A.1.2.2 Binding for Wrapped Notifications</h5><p>
+<h5><a name="iddiv4_1_2724" id="iddiv4_1_2724"/>A.1.2.2 Binding for Wrapped Notifications</h5><p>
The information about an Event Type contained in the eventType element
binds to a Wrapped Notification for that type as follows:
</p><ul><li><p>
@@ -1943,7 +1949,7 @@
successful Subscribe request that used a particular Format IRI. The
following is an example of a Notification WSDL:
</p><div class="exampleOuter">
-<div class="exampleHeader"><a name="idexample_1_2739" id="idexample_1_2739"/>Example A-4: Notification WSDL</div><div class="exampleInner"><pre>(01) <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+<div class="exampleHeader"><a name="idexample_1_2745" id="idexample_1_2745"/>Example A-4: Notification WSDL</div><div class="exampleInner"><pre>(01) <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
(02) targetNamespace="http://www.example.org/oceanwatch/notifications"
(03) xmlns:xs="http://www.w3.org/2001/XMLSchema"
(04) xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
@@ -1978,7 +1984,7 @@
(33) </wsdl:operation>
(34) </wsdl:binding>
(35) </wsdl:definitions></pre></div></div><div class="div3">
-<h4><a name="iddiv3_1_2745" id="iddiv3_1_2745"/>A.2.1 Retrieving Notification WSDLs</h4><p>
+<h4><a name="iddiv3_1_2751" id="iddiv3_1_2751"/>A.2.1 Retrieving Notification WSDLs</h4><p>
Although there are many ways in which an event source can make
Notification WSDLs available, this specification RECOMMENDS the use of
the mechanisms described in WS-MetadataExchange <a href="#MEX">[WS-MetadataExchange]</a>.
@@ -2675,4 +2681,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9588">9588</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=9567">9567</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=9613">9613</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></tbody></table></div></div></body></html>
\ No newline at end of file
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9699">9699</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=9676">9676</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 12 May 2010 02:05:26 UTC