- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 May 2009 14:53:24 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv15992 Modified Files: wsenum.html wsenum.xml wseventing.html wseventing.xml wsmex.html wsmex.xml wst.html wst.xml Log Message: 6429 6674 Index: wst.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- wst.xml 19 May 2009 23:46:11 -0000 1.35 +++ wst.xml 21 May 2009 14:53:22 -0000 1.36 @@ -1264,12 +1264,14 @@ </bibl> - <bibl key="WS-Policy" id="WsPolicy" href="http://schemas.xmlsoap.org/ws/2004/09/policy"> - <titleref> - S. Bajaj, et al, "Web Services Policy Framework (WS-Policy)," + <bibl key="WS-Policy" id="WsPolicy" + href="http://www.w3.org/TR/ws-policy/"> + <titleref> + W3C Recommendation, "Web Services Policy 1.5 - Framework" </titleref> - , September 2004. + , September 2007. </bibl> + <bibl key="WS-SecureConversation" id="WsSecConv"> href="http://schemas.xmlsoap.org/ws/2005/02/sc/"> <titleref> @@ -1641,6 +1643,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</loc> </td> </tr> + <tr> + <td> 2009/05/21 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</loc> + </td> + </tr> </tbody> </table> </div1> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- wseventing.html 19 May 2009 23:46:11 -0000 1.52 +++ wseventing.html 21 May 2009 14:53:22 -0000 1.53 @@ -81,7 +81,8 @@ <h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#Metadata">Service Metadata for Eventing</a><br/> B <a href="#Schema">XML Schema</a><br/> C <a href="#WSDL">WSDL</a><br/> -D <a href="#changelog">Change Log</a><br/> +D <a href="#wrappedWSDL">WSDL for Standard Wrapped Delivery</a><br/> +E <a href="#changelog">Change Log</a><br/> </p></div><hr/><div class="body"><div class="div1"> <h2><a name="composable" id="composable"/>1 Composable Architecture</h2><p> By using the XML, SOAP <a href="#SOAP11">[SOAP 1.1]</a>, @@ -1512,11 +1513,11 @@ Web Services Metadata Exchange (WS-MetadataExchange) </cite></a> , K. Ballinger, et al, September 2004. - (See http://www.w3.org/2009/02/ws-mex.)</dd><dt class="label"><a name="WSPolicy" id="WSPolicy"/>WS-Policy</dt><dd><a href="http://schemas.xmlsoap.org/ws/2004/09/policy"><cite> - Web Services Policy Framework (WS-Policy) + (See http://www.w3.org/2009/02/ws-mex.)</dd><dt class="label"><a name="WSPolicy" id="WSPolicy"/>WS-Policy</dt><dd><a href="http://www.w3.org/TR/ws-policy/"><cite> + W3C Recommendation, "Web Services Policy 1.5 - Framework" </cite></a> - , S. Bajaj, et al, September 2004. - (See http://schemas.xmlsoap.org/ws/2004/09/policy.)</dd><dt class="label"><a name="WSReliableMessaging" id="WSReliableMessaging"/>WS-ReliableMessaging</dt><dd><a href="http://schemas.xmlsoap.org/ws/2005/02/rm"><cite> + , September 2007. + (See http://www.w3.org/TR/ws-policy/.)</dd><dt class="label"><a name="WSReliableMessaging" id="WSReliableMessaging"/>WS-ReliableMessaging</dt><dd><a href="http://schemas.xmlsoap.org/ws/2005/02/rm"><cite> Web Services Reliable Messaging Protocol (WS-ReliableMessaging) </cite></a> , R. Bilorusets, et al, February 2005. @@ -1891,6 +1892,18 @@ </xs:complexType> <xs:attribute name="EventSource" type="xs:boolean" /> + + <!-- Wrapped Events --> + <xs:complexType name="EventType" mixed="true"> + <xs:sequence> + <xs:any namespace="##any" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:attribute name="actionURI" type="xs:anyURI" use="optional" /> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + <xs:element name="Notify" type="tns:EventType" /> + </xs:schema> </pre></div></div></div><div class="div1"> <h2><a name="WSDL" id="WSDL"/>C WSDL</h2><p> A normative copy of the WSDL <a href="#WSDL11">[WSDL 1.1]</a> @@ -1946,6 +1959,10 @@ <wsdl:message name="SubscriptionEnd" > <wsdl:part name="body" element="wse:SubscriptionEnd" /> </wsdl:message> + + <message name="notifyEvent"> + <part name="parameter" element="tns:Notify"/> + </message> <wsdl:portType name="EventSource" > <wsdl:operation name="SubscribeOp" > @@ -1992,8 +2009,57 @@ wsam:Action="http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse"/> </wsdl:operation> </wsdl:portType> + + <portType name="WrappedSinkPortType"> + <operation name="NotifyEvent"> + <input message="tns:notifyEvent" name="NotifyEvent" + wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/> + </operation> + </portType> </wsdl:definitions></pre></div></div></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 +<h2><a name="wrappedWSDL" id="wrappedWSDL"/>D WSDL for Standard Wrapped Delivery</h2><p> + If an Event Subscriber specifies the wrapped event delivery format + http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Wrap + in the Subscribe request message, then the Event Sink MUST implement + the following abstract WSDL and the Event Source MUST send the + Notification messages wrapped in the element defined in the WSDL. + </p><div class="exampleOuter"><div class="exampleInner"><pre><definitions + xmlns="http://schemas.xmlsoap.org/wsdl/" + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" + xmlns:wsa="http://www.w3.org/2005/08/addressing/" + xmlns:tns="http://www.w3.org/2009/02/ws-evt" + targetNamespace="http://www.w3.org/2009/02/ws-evt"> + + <types> + <xs:schema + targetNamespace="http://www.w3.org/2009/02/ws-evt"> + + <xs:complexType name="EventType" mixed="true"> + <xs:sequence> + <xs:any namespace="##any" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:attribute name="actionURI" type="xs:anyURI" use="optional" /> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + + <xs:element name="Notify" type="tns:EventType" /> + </xs:schema> + </types> + + <message name="notifyEvent"> + <part name="parameter" element="tns:Notify"/> + </message> + + <portType name="WrappedSinkPortType"> + <operation name="NotifyEvent"> + <input message="tns:notifyEvent" name="NotifyEvent" + wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/> + </operation> + </portType> +</definitions></pre></div></div></div><div class="div1"> +<h2><a name="changelog" id="changelog"/>E 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/04 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6427">6427</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue @@ -2019,4 +2085,7 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6788">6788</a></td></tr><tr><td> 2009/05/13 </td><td> KW </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6472">6472</a></td></tr><tr><td> 2009/05/13 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6850">6850</a></td></tr><tr><td> 2009/05/13 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6696">6696</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=6696">6696</a></td></tr><tr><td> 2009/05/19 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</a></td></tr><tr><td> 2009/05/19 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6429">6429</a></td></tr><tr><td> 2009/05/21 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wst.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- wst.html 19 May 2009 23:46:11 -0000 1.39 +++ wst.html 21 May 2009 14:53:22 -0000 1.40 @@ -744,11 +744,11 @@ W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" </cite></a> , May 2006. - (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="WsPolicy" id="WsPolicy"/>WS-Policy</dt><dd><a href="http://schemas.xmlsoap.org/ws/2004/09/policy"><cite> - S. Bajaj, et al, "Web Services Policy Framework (WS-Policy)," + (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="WsPolicy" id="WsPolicy"/>WS-Policy</dt><dd><a href="http://www.w3.org/TR/ws-policy/"><cite> + W3C Recommendation, "Web Services Policy 1.5 - Framework" </cite></a> - , September 2004. - (See http://schemas.xmlsoap.org/ws/2004/09/policy.)</dd><dt class="label"><a name="WsSecConv" id="WsSecConv"/>WS-SecureConversation</dt><dd> + , September 2007. + (See http://www.w3.org/TR/ws-policy/.)</dd><dt class="label"><a name="WsSecConv" id="WsSecConv"/>WS-SecureConversation</dt><dd> href="http://schemas.xmlsoap.org/ws/2005/02/sc/"> <cite> Web Services Secure Conversation Language (WS-SecureConversation) @@ -980,4 +980,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6673">6673</a>, <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6594">6594</a></td></tr><tr><td> 2009/05/19 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6849">6849</a></td></tr><tr><td> 2009/05/19 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</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=6907">6907</a></td></tr><tr><td> 2009/05/21 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wsmex.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- wsmex.xml 13 May 2009 00:27:31 -0000 1.29 +++ wsmex.xml 21 May 2009 14:53:22 -0000 1.30 @@ -256,7 +256,7 @@ (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' (04) xmlns:mex='http://www.w3.org/2009/02/ws-mex' -(05) xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' +(05) xmlns:wsp='http://www.w3.org/ns/ws-policy' (06) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'> (07) <s11:Header> (08) <wsa:Action> @@ -321,7 +321,7 @@ (67) </mex:Location> (68) </mex:MetadataSection> (69) <mex:MetadataSection -(70) Dialect='http://schemas.xmlsoap.org/ws/2004/09/policy' +(70) Dialect='http://www.w3.org/ns/ws-policy' (71) Identifier='http://services.example.org/stockquote/policy'> (72) <mex:MetadataReference> (73) <wsa:Address> @@ -385,7 +385,7 @@ (16) </s11:Header> (17) <s11:Body> (18) <mex:GetMetadata> -(19) <mex:Dialect URI="http://schemas.xmlsoap.org/ws/2004/09/policy" +(19) <mex:Dialect URI="http://www.w3.org/ns/ws-policy" (20) Identifier="http://services.example.org/stockquote/policy"/> (21) </mex:GetMetadata> (22) </s11:Body> @@ -409,7 +409,7 @@ <eg>(01) <s11:Envelope (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' -(04) xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' +(04) xmlns:wsp='http://www.w3.org/ns/ws-policy' (05) xmlns:mex='http://www.w3.org/2009/02/ws-mex'> (06) <s11:Header> (07) <wsa:To>http://client.example.org</wsa:To> @@ -423,7 +423,7 @@ (15) <s11:Body> (16) <mex:Metadata> (17) <mex:MetadataSection -(18) Dialect='http://schemas.xmlsoap.org/ws/2004/09/policy' +(18) Dialect='http://www.w3.org/ns/ws-policy' (19) Identifier='http://services.example.org/stockquote/policy'> (20) <wsp:Policy> (21) <wsp:ExactlyOne> @@ -507,7 +507,7 @@ </tr> <tr> <td> wsp </td> - <td> http://schemas.xmlsoap.org/ws/2004/09/policy </td> + <td> http://www.w3.org/ns/ws-policy </td> <td> <bibref ref="WS-Policy"/> </td> </tr> <tr> @@ -857,11 +857,11 @@ <td> wsdl:definitions <bibref ref="WSDL11"/> </td> </tr> <tr> - <td> http://schemas.xmlsoap.org/ws/2004/09/policy</td> + <td> http://www.w3.org/ns/ws-policy </td> <td> wsp:Policy <bibref ref="WS-Policy"/> </td> </tr> <tr> - <td> http://schemas.xmlsoap.org/ws/2004/09/policy/attachment </td> + <td> http://www.w3.org/TR/ws-policy-attach </td> <td> wsp:PolicyAttachment <bibref ref="WS-PolicyAttachment"/> </td> </tr> <tr> @@ -944,11 +944,11 @@ <td> wsdl:definitions/@targetNamespace </td> </tr> <tr> - <td> http://schemas.xmlsoap.org/ws/2004/09/policy </td> + <td> http://www.w3.org/ns/ws-policy </td> <td> wsp:Policy/@Name </td> </tr> <tr> - <td> http://schemas.xmlsoap.org/ws/2004/09/policy/attachment </td> + <td> http://www.w3.org/TR/ws-policy-attach </td> <td> Not defined </td> </tr> <tr> @@ -1297,7 +1297,7 @@ (10) xmlns:tns='http://services.example.org/stockquote' (11) xmlns:wsoap='http://schemas.xmlsoap.org/wsdl/soap/' (12) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' -(13) xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' +(13) xmlns:wsp='http://www.w3.org/ns/ws-policy' (14) xmlns:msgs='http://services.example.org/stockquote/schemas (15) xmlns:xs='http://www.w3.org/2001/XMLSchema'> (16) <wsdl:import @@ -1622,19 +1622,19 @@ </bibl> <bibl id="WS-Policy" key="WS-Policy" - href="http://www.w3.org/Submission/2006/SUBM-WS-Policy-20060425/"> + href="http://www.w3.org/TR/ws-policy/"> <titleref> - Web Services Policy Framework (WS-Policy) + W3C Recommendation, "Web Services Policy 1.5 - Framework" </titleref> - , S. Bajaj, et al, March 2006. + , September 2007. </bibl> <bibl id="WS-PolicyAttachment" key="WS-PolicyAttachment" - href="http://www.w3.org/Submission/2006/SUBM-WS-PolicyAttachment-20060425/"> + href="http://www.w3.org/TR/ws-policy-attach/"> <titleref> - Web Services Policy Attachment (WS-PolicyAttachment) + W3C Recommendation, "Web Services Policy 1.5 - Attachment" </titleref> - , S. Bajaj, et al, March 2006. + , September 2007. </bibl> <bibl id="WS-SecureConversation" key="WS-SecureConversation" @@ -1957,6 +1957,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6433">6433</loc> </td> </tr> + <tr> + <td> 2009/05/21 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</loc> + </td> + </tr> </tbody> </table> </div1> Index: wsenum.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- wsenum.html 19 May 2009 23:26:45 -0000 1.38 +++ wsenum.html 21 May 2009 14:53:22 -0000 1.39 @@ -1246,11 +1246,11 @@ W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" </cite></a> , May 2006. - (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="wspolicy" id="wspolicy"/>WS-Policy</dt><dd><a href="http://schemas.xmlsoap.org/ws/2004/09/policy"><cite> - Web Services Policy Framework (WS-Policy) + (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="wspolicy" id="wspolicy"/>WS-Policy</dt><dd><a href="http://www.w3.org/TR/ws-policy/"><cite> + W3C Recommendation, "Web Services Policy 1.5 - Framework" </cite></a> - , S. Bajaj, et al, September 2004. - (See http://schemas.xmlsoap.org/ws/2004/09/policy.)</dd><dt class="label"><a name="WSSecureConversation" id="WSSecureConversation"/>WS-SecureConversation</dt><dd><a href="http://schemas.xmlsoap.org/ws/2005/02/sc"><cite> + , September 2007. + (See http://www.w3.org/TR/ws-policy/.)</dd><dt class="label"><a name="WSSecureConversation" id="WSSecureConversation"/>WS-SecureConversation</dt><dd><a href="http://schemas.xmlsoap.org/ws/2005/02/sc"><cite> Web Services Secure Conversation Language (WS-SecureConversation) </cite></a> , S. Anderson, et al, February 2005. @@ -1654,4 +1654,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6739">6739</a></td></tr><tr><td> 2009/04/28 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr><tr><td> 2009/05/12 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6860">6860</a></td></tr><tr><td> 2009/05/13 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6696">6696</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=6696">6696</a></td></tr><tr><td> 2009/05/21 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</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.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- wsenum.xml 19 May 2009 23:26:45 -0000 1.29 +++ wsenum.xml 21 May 2009 14:53:22 -0000 1.30 @@ -2280,11 +2280,11 @@ </bibl> <bibl key="WS-Policy" id="wspolicy" - href="http://schemas.xmlsoap.org/ws/2004/09/policy"> + href="http://www.w3.org/TR/ws-policy/"> <titleref> - Web Services Policy Framework (WS-Policy) + W3C Recommendation, "Web Services Policy 1.5 - Framework" </titleref> - , S. Bajaj, et al, September 2004. + , September 2007. </bibl> <bibl key="WS-SecureConversation" id="WSSecureConversation" @@ -2856,6 +2856,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6696">6696</loc> </td> </tr> + <tr> + <td> 2009/05/21 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</loc> + </td> + </tr> </tbody> </table> </div1> Index: wsmex.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- wsmex.html 13 May 2009 00:27:31 -0000 1.39 +++ wsmex.html 21 May 2009 14:53:22 -0000 1.40 @@ -162,7 +162,7 @@ (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' (04) xmlns:mex='http://www.w3.org/2009/02/ws-mex' -(05) xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' +(05) xmlns:wsp='http://www.w3.org/ns/ws-policy' (06) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'> (07) <s11:Header> (08) <wsa:Action> @@ -227,7 +227,7 @@ (67) </mex:Location> (68) </mex:MetadataSection> (69) <mex:MetadataSection -(70) Dialect='http://schemas.xmlsoap.org/ws/2004/09/policy' +(70) Dialect='http://www.w3.org/ns/ws-policy' (71) Identifier='http://services.example.org/stockquote/policy'> (72) <mex:MetadataReference> (73) <wsa:Address> @@ -282,7 +282,7 @@ (16) </s11:Header> (17) <s11:Body> (18) <mex:GetMetadata> -(19) <mex:Dialect URI="http://schemas.xmlsoap.org/ws/2004/09/policy" +(19) <mex:Dialect URI="http://www.w3.org/ns/ws-policy" (20) Identifier="http://services.example.org/stockquote/policy"/> (21) </mex:GetMetadata> (22) </s11:Body> @@ -296,7 +296,7 @@ <div class="exampleHeader"><a name="GetMexRes" id="GetMexRes"/>Example 2-4: Sample Get Metadata response message</div><div class="exampleInner"><pre>(01) <s11:Envelope (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' -(04) xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' +(04) xmlns:wsp='http://www.w3.org/ns/ws-policy' (05) xmlns:mex='http://www.w3.org/2009/02/ws-mex'> (06) <s11:Header> (07) <wsa:To>http://client.example.org</wsa:To> @@ -310,7 +310,7 @@ (15) <s11:Body> (16) <mex:Metadata> (17) <mex:MetadataSection -(18) Dialect='http://schemas.xmlsoap.org/ws/2004/09/policy' +(18) Dialect='http://www.w3.org/ns/ws-policy' (19) Identifier='http://services.example.org/stockquote/policy'> (20) <wsp:Policy> (21) <wsp:ExactlyOne> @@ -338,7 +338,7 @@ </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/02/ws-mex">http://www.w3.org/2009/02/ws-mex</a></pre></div></div><p><a href="#XMLNS">Table 3-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. - </p><a name="XMLNS" id="XMLNS"/><table border="1"><caption>Table 3-1: Prefixes and XML namespaces used in this specification </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespaces </th><th align="left"> Specification(s) </th></tr><tr><td> s </td><td> (Either SOAP 1.1 or 1.2) </td><td> (Either SOAP 1.1 or 1.2) </td></tr><tr><td> s11 </td><td> http://schemas.xmlsoap.org/soap/envelope/ </td><td><a href="#SOAP11">[SOAP 1.1]</a></td></tr><tr><td> s12 </td><td> http://www.w3.org/2003/05/soap-envelope </td><td><a href="#SOAP12">[SOAP 1.2]</a></td></tr><tr><td> wsa </td><td> http://www.w3.org/2005/08/addressing </td><td><a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td> wsdl </td><td> http://schemas.xmlsoap.org/wsdl/ </td><td><a href="#WSDL11">[WSDL 1.1]</a></td></tr><tr><td> wsp </td><td> http://schemas.xmlsoap.org/ws/2004/09/policy </td><td><a href="#WS-Policy">[WS-Policy]</a></td></tr><tr><td> mex </td><td> http://www.w3.org/2009/02/ws-mex </td><td> This specification </d></tr><tr><td> xs </td><td> http://www.w3.org/2001/XMLSchema </td><td><a href="#Schema1">[XML Schema: Structures]</a></td></tr><tr><td> wst </td><td> http://www.w3.org/2009/02/ws-tra </td><td><a href="#WS-Transfer">[WS-Transfer]</a></td></tr></tbody></table><p> + </p><a name="XMLNS" id="XMLNS"/><table border="1"><caption>Table 3-1: Prefixes and XML namespaces used in this specification </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespaces </th><th align="left"> Specification(s) </th></tr><tr><td> s </td><td> (Either SOAP 1.1 or 1.2) </td><td> (Either SOAP 1.1 or 1.2) </td></tr><tr><td> s11 </td><td> http://schemas.xmlsoap.org/soap/envelope/ </td><td><a href="#SOAP11">[SOAP 1.1]</a></td></tr><tr><td> s12 </td><td> http://www.w3.org/2003/05/soap-envelope </td><td><a href="#SOAP12">[SOAP 1.2]</a></td></tr><tr><td> wsa </td><td> http://www.w3.org/2005/08/addressing </td><td><a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td> wsdl </td><td> http://schemas.xmlsoap.org/wsdl/ </td><td><a href="#WSDL11">[WSDL 1.1]</a></td></tr><tr><td> wsp </td><td> http://www.w3.org/ns/ws-policy </td><td><a href="#WS-Policy">[WS-Policy]</a></td></tr><tr><td> mex </td><td> http://www.w3.org/2009/02/ws-mex </td><td> This specification </td></tr><tr><t> xs </td><td> http://www.w3.org/2001/XMLSchema </td><td><a href="#Schema1">[XML Schema: Structures]</a></td></tr><tr><td> wst </td><td> http://www.w3.org/2009/02/ws-tra </td><td><a href="#WS-Transfer">[WS-Transfer]</a></td></tr></tbody></table><p> The working group intends to update the value of the Web Services Metadata Exchange namespace URI each time a new version of this document is published until such time that the document reaches Candidate @@ -512,7 +512,7 @@ This specification defines the following values for Dialect; other specifications should define values for Dialect for their metadata format(s). - </p><table border="1"><tbody><tr><th align="left"> Dialect URI </th><th align="left"> Metadata Format </th></tr><tr><td> http://www.w3.org/2001/XMLSchema </td><td> xs:schema <a href="#Schema1">[XML Schema: Structures]</a></td></tr><tr><td> http://schemas.xmlsoap.org/wsdl/ </td><td> wsdl:definitions <a href="#WSDL11">[WSDL 1.1]</a></td></tr><tr><td> http://schemas.xmlsoap.org/ws/2004/09/policy</td><td> wsp:Policy <a href="#WS-Policy">[WS-Policy]</a></td></tr><tr><td> http://schemas.xmlsoap.org/ws/2004/09/policy/attachment </td><td> wsp:PolicyAttachment <a href="#WS-PolicyAttachment">[WS-PolicyAttachment]</a></td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td><td> mex:Metadata [Defined in this specification] </td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td><td> None. [Defined in this specification for use in GetMetadata requests. See <a href="#Get-Metadata"><b>6.2 Get Metadata</b></a>.] </td></tr></tbody></table><p> + </p><table border="1"><tbody><tr><th align="left"> Dialect URI </th><th align="left"> Metadata Format </th></tr><tr><td> http://www.w3.org/2001/XMLSchema </td><td> xs:schema <a href="#Schema1">[XML Schema: Structures]</a></td></tr><tr><td> http://schemas.xmlsoap.org/wsdl/ </td><td> wsdl:definitions <a href="#WSDL11">[WSDL 1.1]</a></td></tr><tr><td> http://www.w3.org/ns/ws-policy </td><td> wsp:Policy <a href="#WS-Policy">[WS-Policy]</a></td></tr><tr><td> http://www.w3.org/TR/ws-policy-attach </td><td> wsp:PolicyAttachment <a href="#WS-PolicyAttachment">[WS-PolicyAttachment]</a></td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td><td> mex:Metadata [Defined in this specification] </td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td><td> None. [Defined in this specification for use in GetMetadata requests. See <a href="#Get-Metadata"><b>6.2 Get Metadata</b></a>.] </td></tr></tbody></table><p> If there is more than one metadata unit with the same Dialect, e.g., more than one XML Schema document, including them all, one per Metadata Section, is explicitly encouraged. @@ -546,7 +546,7 @@ same. For well-known metadata formats, it is RECOMMENDED that the value of the Identifier comes from the metadata when that is possible, as the table below shows. - </p></dd></dl><table border="1"><tbody><tr><th align="left"> Dialect URI </th><th align="left"> @Identifier value </th></tr><tr><td> http://www.w3.org/2001/XMLSchema </td><td> xs:schema/@targetNamespace </td></tr><tr><td> http://schemas.xmlsoap.org/wsdl/ </td><td> wsdl:definitions/@targetNamespace </td></tr><tr><td> http://schemas.xmlsoap.org/ws/2004/09/policy </td><td> wsp:Policy/@Name </td></tr><tr><td> http://schemas.xmlsoap.org/ws/2004/09/policy/attachment </td><td> Not defined </td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td><td> Not defined </td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td><td> Not defined </td></tr></tbody></table><p> + </p></dd></dl><table border="1"><tbody><tr><th align="left"> Dialect URI </th><th align="left"> @Identifier value </th></tr><tr><td> http://www.w3.org/2001/XMLSchema </td><td> xs:schema/@targetNamespace </td></tr><tr><td> http://schemas.xmlsoap.org/wsdl/ </td><td> wsdl:definitions/@targetNamespace </td></tr><tr><td> http://www.w3.org/ns/ws-policy </td><td> wsp:Policy/@Name </td></tr><tr><td> http://www.w3.org/TR/ws-policy-attach </td><td> Not defined </td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td><td> Not defined </td></tr><tr><td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td><td> Not defined </td></tr></tbody></table><p> If there is more than one metadata section with the same identifier, e.g., more than one XML Schema in the same target namespace, including them all, one per metadata section, is @@ -717,7 +717,7 @@ (10) xmlns:tns='http://services.example.org/stockquote' (11) xmlns:wsoap='http://schemas.xmlsoap.org/wsdl/soap/' (12) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' -(13) xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' +(13) xmlns:wsp='http://www.w3.org/ns/ws-policy' (14) xmlns:msgs='http://services.example.org/stockquote/schemas (15) xmlns:xs='http://www.w3.org/2001/XMLSchema'> (16) <wsdl:import @@ -951,15 +951,15 @@ W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" </cite></a> , May 2006. - (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="WS-Policy" id="WS-Policy"/>WS-Policy</dt><dd><a href="http://www.w3.org/Submission/2006/SUBM-WS-Policy-20060425/"><cite> - Web Services Policy Framework (WS-Policy) + (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="WS-Policy" id="WS-Policy"/>WS-Policy</dt><dd><a href="http://www.w3.org/TR/ws-policy/"><cite> + W3C Recommendation, "Web Services Policy 1.5 - Framework" </cite></a> - , S. Bajaj, et al, March 2006. - (See http://www.w3.org/Submission/2006/SUBM-WS-Policy-20060425/.)</dd><dt class="label"><a name="WS-PolicyAttachment" id="WS-PolicyAttachment"/>WS-PolicyAttachment</dt><dd><a href="http://www.w3.org/Submission/2006/SUBM-WS-PolicyAttachment-20060425/"><cite> - Web Services Policy Attachment (WS-PolicyAttachment) + , September 2007. + (See http://www.w3.org/TR/ws-policy/.)</dd><dt class="label"><a name="WS-PolicyAttachment" id="WS-PolicyAttachment"/>WS-PolicyAttachment</dt><dd><a href="http://www.w3.org/TR/ws-policy-attach/"><cite> + W3C Recommendation, "Web Services Policy 1.5 - Attachment" </cite></a> - , S. Bajaj, et al, March 2006. - (See http://www.w3.org/Submission/2006/SUBM-WS-PolicyAttachment-20060425/.)</dd><dt class="label"><a name="WS-SecureConversation" id="WS-SecureConversation"/>WS-SecureConversation</dt><dd><a href="http://www.oasis-open.org/committees/download.php/17364."><cite> + , September 2007. + (See http://www.w3.org/TR/ws-policy-attach/.)</dd><dt class="label"><a name="WS-SecureConversation" id="WS-SecureConversation"/>WS-SecureConversation</dt><dd><a href="http://www.oasis-open.org/committees/download.php/17364."><cite> Web Services Secure Conversation Language (WS-SecureConversation) </cite></a> , S. Anderson, et al, February 2005. @@ -1115,4 +1115,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6728">6728</a></td></tr><tr><td> 2009/04/22 </td><td> KW </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6739">6739</a></td></tr><tr><td> 2009/04/28 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr><tr><td> 2009/05/12 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6433">6433</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=6433">6433</a></td></tr><tr><td> 2009/05/21 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- wseventing.xml 19 May 2009 23:46:11 -0000 1.44 +++ wseventing.xml 21 May 2009 14:53:22 -0000 1.45 @@ -2756,11 +2756,11 @@ </bibl> <bibl key="WS-Policy" id="WSPolicy" - href="http://schemas.xmlsoap.org/ws/2004/09/policy"> + href="http://www.w3.org/TR/ws-policy/"> <titleref> - Web Services Policy Framework (WS-Policy) + W3C Recommendation, "Web Services Policy 1.5 - Framework" </titleref> - , S. Bajaj, et al, September 2004. + , September 2007. </bibl> <bibl key="WS-ReliableMessaging" id="WSReliableMessaging" @@ -3234,6 +3234,18 @@ </xs:complexType> <xs:attribute name="EventSource" type="xs:boolean" /> + + <!-- Wrapped Events --> + <xs:complexType name="EventType" mixed="true"> + <xs:sequence> + <xs:any namespace="##any" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:attribute name="actionURI" type="xs:anyURI" use="optional" /> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + <xs:element name="Notify" type="tns:EventType" /> + </xs:schema> </eg> </example> </div1> @@ -3304,6 +3316,10 @@ <wsdl:message name="SubscriptionEnd" > <wsdl:part name="body" element="wse:SubscriptionEnd" /> </wsdl:message> + + <message name="notifyEvent"> + <part name="parameter" element="tns:Notify"/> + </message> <wsdl:portType name="EventSource" > <wsdl:operation name="SubscribeOp" > @@ -3350,10 +3366,69 @@ wsam:Action="http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse"/> </wsdl:operation> </wsdl:portType> + + <portType name="WrappedSinkPortType"> + <operation name="NotifyEvent"> + <input message="tns:notifyEvent" name="NotifyEvent" + wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/> + </operation> + </portType> </wsdl:definitions></eg> </example> </div1> + <div1 id="wrappedWSDL"> + <head>WSDL for Standard Wrapped Delivery</head> + + <p> + If an Event Subscriber specifies the wrapped event delivery format + http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Wrap + in the Subscribe request message, then the Event Sink MUST implement + the following abstract WSDL and the Event Source MUST send the + Notification messages wrapped in the element defined in the WSDL. + </p> + + <example> + <eg><definitions + xmlns="http://schemas.xmlsoap.org/wsdl/" + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" + xmlns:wsa="http://www.w3.org/2005/08/addressing/" + xmlns:tns="http://www.w3.org/2009/02/ws-evt" + targetNamespace="http://www.w3.org/2009/02/ws-evt"> + + <types> + <xs:schema + targetNamespace="http://www.w3.org/2009/02/ws-evt"> + + <xs:complexType name="EventType" mixed="true"> + <xs:sequence> + <xs:any namespace="##any" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:attribute name="actionURI" type="xs:anyURI" use="optional" /> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + + <xs:element name="Notify" type="tns:EventType" /> + </xs:schema> + </types> + + <message name="notifyEvent"> + <part name="parameter" element="tns:Notify"/> + </message> + + <portType name="WrappedSinkPortType"> + <operation name="NotifyEvent"> + <input message="tns:notifyEvent" name="NotifyEvent" + wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/> + </operation> + </portType> +</definitions></eg> + </example> + + </div1> + <div1 id="changelog"> <head>Change Log</head> @@ -3558,6 +3633,20 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</loc> </td> </tr> + <tr> + <td> 2009/05/19 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6429">6429</loc> + </td> + </tr> + <tr> + <td> 2009/05/21 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</loc> + </td> + </tr> </tbody> </table> </div1>
Received on Thursday, 21 May 2009 14:53:36 UTC