- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Aug 2009 03:13:14 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv1270
Modified Files:
wsenum.html wsenum.xml wseventing.html wseventing.xml
wsfrag.html wsfrag.xml wsmex.html wsmex.xml wsrt.html wsrt.xml
wst.html wst.xml
Log Message:
7270
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- wst.xml 26 Aug 2009 02:58:19 -0000 1.50
+++ wst.xml 26 Aug 2009 03:13:12 -0000 1.51
@@ -429,36 +429,42 @@
</p>
</div2>
- <div2 id="compliance">
- <head>Compliance</head>
-
- <p>
- An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <specref ref="namespaces"/>) within SOAP Envelopes unless it is compliant
- with this specification.
- </p>
+ <div2 id="compliance">
+ <head>Compliance</head>
- <p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
- </p>
+ <p>
+ An implementation is not compliant with this specification if it fails to
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <specref ref="namespaces"/>) within SOAP
+ Envelopes unless it is compliant with this specification.
+ </p>
- <p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
- </p>
+ <p>
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over outlines,
+ which in turn take precedence over examples.
+ </p>
+
+ <p>
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <bibref ref="AddrCore"/>).
+ </p>
+
+ <p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <bibref ref="RFC3986"/> section 6.2.1.
+ </p>
- <p>
- A compliant SOAP Node that implements a resource MUST
- provide the Get operation as defined in this specification, and MAY provide
- the Put and Delete operations.
- </p>
+ <p>
+ A compliant SOAP Node that implements a resource MUST
+ provide the Get operation as defined in this specification, and MAY provide
+ the Put and Delete operations.
+ </p>
+
+ </div2>
+ </div1>
- </div2>
- </div1>
<div1 id="resourceOperations">
<head>Resource Operations</head>
@@ -1542,6 +1548,15 @@
</titleref>
, S. Bradner, Harvard University, March 1997.
</bibl>
+
+ <bibl id="RFC3986" key="RFC 3986"
+ href="http://www.ietf.org/rfc/rfc3986.txt">
+ <titleref>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </titleref>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ </bibl>
+
<bibl key="SOAP 1.1" id="Soap11" href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">
<titleref>
Simple Object Access Protocol (SOAP) 1.1
@@ -2033,6 +2048,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/25 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wsrt.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- wsrt.xml 26 Aug 2009 02:58:19 -0000 1.34
+++ wsrt.xml 26 Aug 2009 03:13:12 -0000 1.35
@@ -670,22 +670,27 @@
<head>Compliance</head>
<p>
- An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <specref ref="namespaces"/>) within SOAP Envelopes unless it is compliant
- with this specification.
+ An implementation is not compliant with this specification if it fails to
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <specref ref="namespaces"/>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p>
- <p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
- </p>
+ <p>
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over outlines,
+ which in turn take precedence over examples.
+ </p>
<p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <bibref ref="AddrCore"/>).
+ </p>
+
+ <p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <bibref ref="RFC3986"/> section 6.2.1.
</p>
</div2>
@@ -2699,6 +2704,14 @@
, S. Bradner, Harvard University, March 1997.
</bibl>
+ <bibl id="RFC3986" key="RFC 3986"
+ href="http://www.ietf.org/rfc/rfc3986.txt">
+ <titleref>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </titleref>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ </bibl>
+
<bibl key="SOAP 1.1" id="Soap11"
href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">
<titleref>
@@ -3792,6 +3805,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/25 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- wseventing.html 26 Aug 2009 02:58:19 -0000 1.75
+++ wseventing.html 26 Aug 2009 03:13:12 -0000 1.76
@@ -411,17 +411,20 @@
</p></dd></dl></div><div class="div2">
<h3><a name="compliance" id="compliance"/>3.5 Compliance</h3><p>
An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <a href="#namespaces"><b>3.3 XML Namespaces</b></a>) within SOAP Envelopes unless it is compliant
- with this specification.
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <a href="#namespaces"><b>3.3 XML Namespaces</b></a>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p><p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over
+ outlines, which in turn take precedence over examples.
</p><p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ </p><p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
</p></div></div><div class="div1">
<h2><a name="SubMsgs" id="SubMsgs"/>4 Subscription Messages</h2><p>
To create, renew, and delete subscriptions, subscribers send
@@ -1464,7 +1467,11 @@
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, March 1997.
- (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
+ (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="RFC3986" id="RFC3986"/>RFC 3986</dt><dd><a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </cite></a>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
Simple Object Access Protocol (SOAP) 1.1
</cite></a>
, D. Box, et al, May 2000.
@@ -2069,4 +2076,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7159">7159</a></td></tr><tr><td> 2009/08/05 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7205">7205</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</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=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Index: wsrt.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- wsrt.html 26 Aug 2009 02:58:19 -0000 1.45
+++ wsrt.html 26 Aug 2009 03:13:12 -0000 1.46
@@ -381,18 +381,21 @@
Resource Transfer namespace URI.
</p></div><div class="div2">
<h3><a name="compliance" id="compliance"/>3.5 Compliance</h3><p>
- An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <a href="#namespaces"><b>3.2 XML Namespaces</b></a>) within SOAP Envelopes unless it is compliant
- with this specification.
+ An implementation is not compliant with this specification if it fails to
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <a href="#namespaces"><b>3.2 XML Namespaces</b></a>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p><p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
- </p><p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over outlines,
+ which in turn take precedence over examples.
+ </p><p>
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ </p><p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
</p></div></div><div class="div1">
<h2><a name="Transferextensions" id="Transferextensions"/>4 Extensions to WS-Transfer</h2><p>
WS-Transfer defines operations to Get, Put, Create and
@@ -1469,7 +1472,11 @@
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, Harvard University, March 1997.
- (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="Soap11" id="Soap11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
+ (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="RFC3986" id="RFC3986"/>RFC 3986</dt><dd><a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </cite></a>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a name="Soap11" id="Soap11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
Simple Object Access Protocol (SOAP) 1.1
</cite></a>
, D. Box, et al, May 2000.
@@ -2129,4 +2136,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7159">7159</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7196">7196</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</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=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- wsfrag.xml 24 Aug 2009 18:11:13 -0000 1.8
+++ wsfrag.xml 26 Aug 2009 03:13:12 -0000 1.9
@@ -454,6 +454,11 @@
All messages defined by this specification MUST be sent to a Web service
that is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
</p>
+
+ <p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <bibref ref="RFC3986"/> section 6.2.1.
+ </p>
</div2>
</div1>
@@ -1696,6 +1701,14 @@
, S. Bradner, Harvard University, March 1997.
</bibl>
+ <bibl id="RFC3986" key="RFC 3986"
+ href="http://www.ietf.org/rfc/rfc3986.txt">
+ <titleref>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </titleref>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ </bibl>
+
<bibl key="SOAP 1.1" id="Soap11"
href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">
<titleref>
@@ -1865,6 +1878,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7197">7197</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/18 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- wsfrag.html 24 Aug 2009 18:11:13 -0000 1.8
+++ wsfrag.html 26 Aug 2009 03:13:12 -0000 1.9
@@ -53,8 +53,8 @@
3.2 <a href="#Put">Put</a><br/>
3.3 <a href="#Delete">Delete</a><br/>
3.4 <a href="#Create">Create</a><br/>
-4 <a href="#iddiv1_1_804">Examples</a><br/>
- 4.1 <a href="#iddiv2_1_807">Examples</a><br/>
+4 <a href="#iddiv1_1_809">Examples</a><br/>
+ 4.1 <a href="#iddiv2_1_812">Examples</a><br/>
5 <a href="#QName">QName Expression Language</a><br/>
5.1 <a href="#QName_Get">Get</a><br/>
5.2 <a href="#QName_Put">Put</a><br/>
@@ -219,6 +219,9 @@
</p><p>
All messages defined by this specification MUST be sent to a Web service
that is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ </p><p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
</p></div></div><div class="div1">
<h2><a name="fragments" id="fragments"/>3 Fragment WS-Transfer Dialect</h2><p>
This section defines the fragment transfer mechanism that the expression
@@ -465,8 +468,8 @@
</wst:CreateResponse></pre></div></div><p>
There are no additional constraints beyond what WS-Transfer defines.
</p></div></div><div class="div1">
-<h2><a name="iddiv1_1_804" id="iddiv1_1_804"/>4 Examples</h2><div class="div2">
-<h3><a name="iddiv2_1_807" id="iddiv2_1_807"/>4.1 Examples</h3><p>
+<h2><a name="iddiv1_1_809" id="iddiv1_1_809"/>4 Examples</h2><div class="div2">
+<h3><a name="iddiv2_1_812" id="iddiv2_1_812"/>4.1 Examples</h3><p>
In the following examples, and Expression Language definitions,
the following representation of a resource is used for
informational purposes:
@@ -914,7 +917,11 @@
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, Harvard University, March 1997.
- (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="Soap11" id="Soap11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
+ (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="RFC3986" id="RFC3986"/>RFC 3986</dt><dd><a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </cite></a>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a name="Soap11" id="Soap11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
Simple Object Access Protocol (SOAP) 1.1
</cite></a>
, D. Box, et al, May 2000.
@@ -987,7 +994,8 @@
</wsdl:definitions></pre></div></div></div><div class="div1">
<h2><a name="ChangeLog" id="ChangeLog"/>C Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/08/01 </td><td> DD </td><td> Initial draft </td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7197">7197</a></td></tr></tbody></table></div><div class="div1">
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7197">7197</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</a></td></tr></tbody></table></div><div class="div1">
<h2><a name="Questions" id="Questions"/>D Open Questions and Actions</h2><p>
Ram - If the expression resolves to a non-existent node should it fault
or do nothing?
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- wst.html 26 Aug 2009 02:58:19 -0000 1.54
+++ wst.html 26 Aug 2009 03:13:12 -0000 1.55
@@ -212,23 +212,26 @@
Transfer namespace URI.
</p></div><div class="div2">
<h3><a name="compliance" id="compliance"/>2.5 Compliance</h3><p>
- An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <a href="#namespaces"><b>2.2 XML Namespaces</b></a>) within SOAP Envelopes unless it is compliant
- with this specification.
- </p><p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
- </p><p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
- </p><p>
- A compliant SOAP Node that implements a resource MUST
- provide the Get operation as defined in this specification, and MAY provide
- the Put and Delete operations.
- </p></div></div><div class="div1">
+ An implementation is not compliant with this specification if it fails to
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <a href="#namespaces"><b>2.2 XML Namespaces</b></a>) within SOAP
+ Envelopes unless it is compliant with this specification.
+ </p><p>
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over outlines,
+ which in turn take precedence over examples.
+ </p><p>
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ </p><p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
+ </p><p>
+ A compliant SOAP Node that implements a resource MUST
+ provide the Get operation as defined in this specification, and MAY provide
+ the Put and Delete operations.
+ </p></div></div><div class="div1">
<h2><a name="resourceOperations" id="resourceOperations"/>3 Resource Operations</h2><div class="div2">
<h3><a name="Get" id="Get"/>3.1 Get</h3><p>This specification defines one Web service operation (Get) for fetching a
one-time snapshot of the representation of a resource.</p><p>The Get request message MUST be of the following form:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b>
@@ -876,7 +879,11 @@
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, Harvard University, March 1997.
- (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="Soap11" id="Soap11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
+ (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="RFC3986" id="RFC3986"/>RFC 3986</dt><dd><a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </cite></a>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a name="Soap11" id="Soap11"/>SOAP 1.1</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
Simple Object Access Protocol (SOAP) 1.1
</cite></a>
, D. Box, et al, May 2000.
@@ -1147,4 +1154,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7159">7159</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7191">7191</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</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=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- wsmex.xml 26 Aug 2009 02:58:19 -0000 1.42
+++ wsmex.xml 26 Aug 2009 03:13:12 -0000 1.43
@@ -692,21 +692,26 @@
<p>
An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <specref ref="namespaces"/>) within SOAP Envelopes unless it is compliant
- with this specification.
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <specref ref="namespaces"/>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p>
<p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over outlines,
+ which in turn take precedence over examples.
</p>
<p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <bibref ref="AddrCore"/>).
+ </p>
+
+ <p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <bibref ref="RFC3986"/> section 6.2.1.
</p>
<p>
@@ -844,8 +849,6 @@
This indicates the format and version of the metadata unit
contained in this Metadata Section (e.g., WSDL version 1.1). Dialect
is an absolute URI.
- URI comparisons are performed according to
- <bibref ref="RFC3986"/> section 6.2.1.
</p>
</def>
</gitem>
@@ -920,8 +923,6 @@
<p>
This indicates the Identifier for the metadata unit in this
Metadata Section. Identifier is an absolute URI.
- URI comparisons are performed according to
- <bibref ref="RFC3986"/> section 6.2.1.
If omitted, there is no implied value.
</p>
@@ -2073,6 +2074,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/25 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- wsenum.html 26 Aug 2009 02:58:19 -0000 1.53
+++ wsenum.html 26 Aug 2009 03:13:11 -0000 1.54
@@ -277,17 +277,20 @@
</p></dd></dl></div><div class="div2">
<h3><a name="compliance" id="compliance"/>2.5 Compliance</h3><p>
An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <a href="#namespaces"><b>2.3 XML Namespaces</b></a>) within SOAP Envelopes unless it is compliant
- with this specification.
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <a href="#namespaces"><b>2.3 XML Namespaces</b></a>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p><p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over
+ outlines, which in turn take precedence over examples.
</p><p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ </p><p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
</p></div></div><div class="div1">
<h2><a name="EnumMsgs" id="EnumMsgs"/>3 Enumeration Messages</h2><p>
Enumeration contexts represent a specific
@@ -1250,7 +1253,11 @@
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, March 1997.
- (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP11</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
+ (See http://www.ietf.org/rfc/rfc2119.txt.)</dd><dt class="label"><a name="RFC3986" id="RFC3986"/>RFC 3986</dt><dd><a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </cite></a>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP11</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
Simple Object Access Protocol (SOAP) 1.1
</cite></a>
, D. Box, et al, May 2000.
@@ -1685,4 +1692,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7192">7192</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7193">7193</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</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=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</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.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- wsenum.xml 26 Aug 2009 02:58:19 -0000 1.44
+++ wsenum.xml 26 Aug 2009 03:13:12 -0000 1.45
@@ -507,21 +507,26 @@
<p>
An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <specref ref="namespaces"/>) within SOAP Envelopes unless it is compliant
- with this specification.
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <specref ref="namespaces"/>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p>
<p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over
+ outlines, which in turn take precedence over examples.
</p>
<p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <bibref ref="AddrCore"/>).
+ </p>
+
+ <p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <bibref ref="RFC3986"/> section 6.2.1.
</p>
</div2>
@@ -2288,6 +2293,14 @@
, S. Bradner, March 1997.
</bibl>
+ <bibl id="RFC3986" key="RFC 3986"
+ href="http://www.ietf.org/rfc/rfc3986.txt">
+ <titleref>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </titleref>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ </bibl>
+
<bibl key="SOAP11" id="SOAP11"
href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">
<titleref>
@@ -2968,6 +2981,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/25 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wsmex.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- wsmex.html 26 Aug 2009 02:58:19 -0000 1.53
+++ wsmex.html 26 Aug 2009 03:13:12 -0000 1.54
@@ -420,17 +420,20 @@
</p></div><div class="div2">
<h3><a name="Compliance" id="Compliance"/>3.4 Compliance</h3><p>
An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <a href="#namespaces"><b>3.1 XML Namespaces</b></a>) within SOAP Envelopes unless it is compliant
- with this specification.
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <a href="#namespaces"><b>3.1 XML Namespaces</b></a>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p><p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over outlines,
+ which in turn take precedence over examples.
</p><p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
+ </p><p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
</p><p>
Support for the GetMetadata operation by a Web service is
optional. If metadata about a Web service endpoint is referenced by
@@ -517,8 +520,6 @@
This indicates the format and version of the metadata unit
contained in this Metadata Section (e.g., WSDL version 1.1). Dialect
is an absolute URI.
- URI comparisons are performed according to
- <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
</p></dd></dl><p>
This specification defines the following values for Dialect;
other specifications SHOULD define values for Dialect for their
@@ -540,8 +541,6 @@
</p></dd><dt class="label">/mex:Metadata/mex:MetadataSection/@Identifier</dt><dd><p>
This indicates the Identifier for the metadata unit in this
Metadata Section. Identifier is an absolute URI.
- URI comparisons are performed according to
- <a href="#RFC3986">[RFC 3986]</a> section 6.2.1.
If omitted, there is no implied value.
</p><p>
The interpretation of Identifier is Dialect-specific. While the
@@ -1161,4 +1160,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6679">6679</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7195">7195</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</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=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</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.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- wseventing.xml 26 Aug 2009 02:58:19 -0000 1.66
+++ wseventing.xml 26 Aug 2009 03:13:12 -0000 1.67
@@ -729,21 +729,26 @@
<p>
An implementation is not compliant with this specification if it fails to
- satisfy one or more of the MUST or REQUIRED level requirements defined herein.
- A SOAP Node MUST NOT use the XML namespace identifier for this specification
- (listed in <specref ref="namespaces"/>) within SOAP Envelopes unless it is compliant
- with this specification.
+ satisfy one or more of the MUST or REQUIRED level requirements defined
+ herein. A SOAP Node MUST NOT use the XML namespace identifier for this
+ specification (listed in <specref ref="namespaces"/>) within SOAP
+ Envelopes unless it is compliant with this specification.
</p>
<p>
- Normative text within this specification takes precedence over the XML Schema
- and WSDL descriptions, which in turn take precedence over outlines, which in
- turn take precedence over examples.
+ Normative text within this specification takes precedence over the XML
+ Schema and WSDL descriptions, which in turn take precedence over
+ outlines, which in turn take precedence over examples.
</p>
<p>
- All messages defined by this specification MUST be sent to a Web service that
- is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
+ All messages defined by this specification MUST be sent to a Web service
+ that is addressable by an EPR (see <bibref ref="AddrCore"/>).
+ </p>
+
+ <p>
+ Unless otherwise noted, all URIs are absolute URIs and URI comparison
+ MUST be performed according to <bibref ref="RFC3986"/> section 6.2.1.
</p>
</div2>
@@ -2669,6 +2674,14 @@
, S. Bradner, March 1997.
</bibl>
+ <bibl id="RFC3986" key="RFC 3986"
+ href="http://www.ietf.org/rfc/rfc3986.txt">
+ <titleref>
+ Uniform Resource Identifier (URI): Generic Syntax
+ </titleref>
+ , T. Berners-Lee, W3C/MIT, January 2005.
+ </bibl>
+
<bibl key="SOAP 1.1" id="SOAP11"
href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">
<titleref>
@@ -3693,6 +3706,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/25 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Received on Wednesday, 26 August 2009 03:13:27 UTC