- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 09:11:58 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv23540 Modified Files: wsenum.html wsenum.xml Log Message: 7716 Index: wsenum.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- wsenum.html 23 Sep 2009 17:19:09 -0000 1.62 +++ wsenum.html 30 Sep 2009 09:11:55 -0000 1.63 @@ -69,8 +69,8 @@ 6 <a href="#policy">WS-Enumeration Policy Assertion(s)</a><br/> 7 <a href="#acks">Acknowledgements</a><br/> 8 <a href="#refs">References</a><br/> - 8.1 <a href="#iddiv2_1_1815">Normative References</a><br/> - 8.2 <a href="#iddiv2_1_1975">Informative References</a><br/> + 8.1 <a href="#iddiv2_1_1879">Normative References</a><br/> + 8.2 <a href="#iddiv2_1_2039">Informative References</a><br/> </p> <h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#schema">XML Schema</a><br/> B <a href="#WSDL">WSDL</a><br/> @@ -233,13 +233,13 @@ <h3><a name="namespaces" id="namespaces"/>2.3 XML Namespaces</h3><p> The XML namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/02/ws-enu">http://www.w3.org/2009/02/ws-enu</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are used in + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu">http://www.w3.org/2009/09/ws-enu</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-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="xmlnamespaces" id="xmlnamespaces"/><table border="1"><caption>Table 2-1: Prefixes and XML namespaces used in this specification - </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wsen </td><td><a href="http://www.w3.org/2009/02/ws-enu"> - http://www.w3.org/2009/02/ws-enu + </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wsen </td><td><a href="http://www.w3.org/2009/09/ws-enu"> + http://www.w3.org/2009/09/ws-enu </a></td><td> This specification </td></tr><tr><td> s </td><td><a href="http://www.w3.org/2003/05/soap-envelope"> http://www.w3.org/2003/05/soap-envelope </a></td><td> SOAP 1.2 <a href="#SOAP121">[SOAP12]</a></td></tr><tr><td> s11 </td><td><a href="http://schemas.xmlsoap.org/soap/envelope/"> @@ -344,17 +344,15 @@ enumeration context at any time, as necessary. </p><div class="div2"> <h3><a name="Enumerate" id="Enumerate"/>3.1 Enumerate</h3><p> - All data sources MUST support some operation - that allows an enumeration to be started. A data source MAY support - the Enumerate operation, or it MAY provide some other mechanism for - starting an enumeration and receiving an enumeration - context. + Data sources MUST support the Enumerate operation to start an enumeration. + A data source MAY provide other mechanisms for starting an enumeration and + receiving an enumeration context. </p><p> The Enumerate operation is initiated by sending an Enumerate request message to the data source. The Enumerate request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/Enumerate + http://www.w3.org/2009/09/ws-enu/Enumerate <b>[Body]</b> <wsen:Enumerate ...> @@ -430,12 +428,12 @@ wsen:CannotProcessFilter fault. </p></dd><dt class="label"><a name="Dialect" id="Dialect"/><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect </dt><dd><p> Implied value is - "http://www.w3.org/2009/02/ws-enu/Dialects/XPath10". + "http://www.w3.org/2009/09/ws-enu/Dialects/XPath10". </p><p> New dialect definitions MUST include sufficient information for proper application. For example, it would need to include the context (which data) over which the filter operates. - </p><p><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10" + </p><p><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/2009/09/ws-enu/Dialects/XPath10" </p><p> Value of <b>[Body]</b>/wsenu:Enumerate/wsen:Filter is an XPath <a href="#XPath1">[XPath1.0]</a> @@ -479,7 +477,7 @@ context and return that context in an Enumerate response message, which MUST adhere to the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/EnumerateResponse + http://www.w3.org/2009/09/ws-enu/EnumerateResponse <b>[Body]</b> <wsen:EnumerateResponse ...> @@ -513,10 +511,10 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="enumReq" id="enumReq"/>Example 3-1: Enumerate request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wsen="http://www.w3.org/2009/02/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/2009/09/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/Enumerate +(06) http://www.w3.org/2009/09/ws-enu/Enumerate (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -547,11 +545,11 @@ <a href="#enumReq">Example 3-1</a>. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="enumRes" id="enumRes"/>Example 3-2: Response to Enumerate request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S='http://www.w3.org/2003/05/soap-envelope' -(02) xmlns:wsen='http://www.w3.org/2009/02/ws-enu' +(02) xmlns:wsen='http://www.w3.org/2009/09/ws-enu' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing'> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/EnumerateResponse +(06) http://www.w3.org/2009/09/ws-enu/EnumerateResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -581,7 +579,7 @@ Pull request message to the data source. The Pull request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/Pull + http://www.w3.org/2009/09/ws-enu/Pull <b>[Body]</b> <wsen:Pull ...> @@ -686,7 +684,7 @@ message, a data source is expected to return a Pull response message, which MUST adhere to the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/PullResponse + http://www.w3.org/2009/09/ws-enu/PullResponse <b>[Body]</b> <wsen:PullResponse ...> @@ -728,10 +726,10 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="pullReq" id="pullReq"/>Example 3-3: Pull request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wsen="http://www.w3.org/2009/02/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/2009/09/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/Pull +(06) http://www.w3.org/2009/09/ws-enu/Pull (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -762,11 +760,11 @@ <a href="#pullReq">Example 3-3</a>. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="pullRes" id="pullRes"/>Example 3-4: Response to Pull request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" -(02) xmlns:wsen="http://www.w3.org/2009/02/ws-enu" +(02) xmlns:wsen="http://www.w3.org/2009/09/ws-enu" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/PullResponse +(06) http://www.w3.org/2009/09/ws-enu/PullResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -814,7 +812,7 @@ To renew an enumeration, the consumer sends a request of the following form to the data source: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/Renew + http://www.w3.org/2009/09/ws-enu/Renew <b>[Body]</b> <wsen:Renew ...> @@ -846,7 +844,7 @@ enumeration, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/RenewResponse + http://www.w3.org/2009/09/ws-enu/RenewResponse <b>[Body]</b> <wsen:RenewResponse ...> @@ -878,7 +876,7 @@ subscriber sends a request of the following form to the data source: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/GetStatus + http://www.w3.org/2009/09/ws-enu/GetStatus <b>[Body]</b> <wsen:GetStatus ...> @@ -894,7 +892,7 @@ the data source MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/GetStatusResponse + http://www.w3.org/2009/09/ws-enu/GetStatusResponse <b>[Body]</b> <wsen:GetStatusResponse ...> @@ -916,7 +914,7 @@ Release request message to the data source. The Release request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/Release + http://www.w3.org/2009/09/ws-enu/Release <b>[Body]</b> <wsen:Release ...> @@ -938,7 +936,7 @@ message, a data source is expected to return a Release response message, which MUST adhere to the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/ReleaseResponse + http://www.w3.org/2009/09/ws-enu/ReleaseResponse <b>[Body]</b> <wsen:ReleaseResponse ...> @@ -947,10 +945,10 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="releaseReq" id="releaseReq"/>Example 3-5: Release request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wsen="http://www.w3.org/2009/02/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/2009/09/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/Release +(06) http://www.w3.org/2009/09/ws-enu/Release (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -976,11 +974,11 @@ <a href="#releaseReq">Example 3-5</a>. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="releaseRes" id="releaseRes"/>Example 3-6: Response to Release request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" -(02) xmlns:wsen="http://www.w3.org/2009/02/ws-enu" +(02) xmlns:wsen="http://www.w3.org/2009/09/ws-enu" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/ReleaseResponse +(06) http://www.w3.org/2009/09/ws-enu/ReleaseResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1003,13 +1001,13 @@ was created (see <a href="#Enumerate"><b>3.1 Enumerate</b></a>). The message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-enu/EnumerationEnd + http://www.w3.org/2009/09/ws-enu/EnumerationEnd <b>[Body]</b> <wsen:EnumerationEnd ...> <wsen:Code> - ( http://www.w3.org/2009/02/ws-enu/SourceShuttingDown - | http://www.w3.org/2009/02/ws-enu/SourceCancelling ) + ( http://www.w3.org/2009/09/ws-enu/SourceShuttingDown + | http://www.w3.org/2009/09/ws-enu/SourceCancelling ) </wsen:Code> <wsen:Reason xml:lang="<em>language identifier</em>" > <em>xs:string</em> @@ -1019,7 +1017,7 @@ The following describes additional, normative constraints on the outline listed above: </p><dl><dt class="label"><b>[Body]</b>/wsen:EnumerationEnd/wsen:Code = - "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown" + "http://www.w3.org/2009/09/ws-enu/SourceShuttingDown" </dt><dd><p> This value MUST be used if the data source terminated the enumeration because the source is being shut down in @@ -1027,7 +1025,7 @@ but has the opportunity to send an EnumerationEnd message before it exits. </p></dd><dt class="label"><b>[Body]</b>/wsen:EnumerationEnd/wsen:Code = - "http://www.w3.org/2009/02/ws-enu/SourceCancelling" + "http://www.w3.org/2009/09/ws-enu/SourceCancelling" </dt><dd><p> This value MUST be used if the data source terminated the enumeration for some other reason before it @@ -1047,7 +1045,7 @@ Section 6 for encoding SOAP 1.1 and SOAP 1.2 faults. The <b>[Action]</b> property below MUST be used for faults defined in this specification: - </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-enu/fault</pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-enu/fault</pre></div></div><p> The definitions of faults in this section use the following properties: </p><p><b>[Code]</b> The fault code.<br/><b>[Subcode]</b> The fault subcode.<br/><b>[Reason]</b> The English language reason element.<br/><b>[Detail]</b> The detail element. If absent, no detail element is defined for the fault.<br/></p><p> @@ -1273,7 +1271,7 @@ Yves Lafon (W3C). </p></div><div class="div1"> <h2><a name="refs" id="refs"/>8 References</h2><div class="div2"> -<h3><a name="iddiv2_1_1815" id="iddiv2_1_1815"/>8.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_1879" id="iddiv2_1_1879"/>8.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. @@ -1335,7 +1333,7 @@ , J. Clark, S. DeRose, Editors. World Wide Web Consortium (W3C), 16 November 1999. Available at <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>.</dd></dl></div><div class="div2"> -<h3><a name="iddiv2_1_1975" id="iddiv2_1_1975"/>8.2 Informative References</h3><dl><dt class="label"><a name="WSSecureConversation" id="WSSecureConversation"/>WS-SecureConversation</dt><dd><a href="http://docs.oasis-open.org/ws-sx/ws-secureconversation/v1.4/os/ws-secureconversation-1.4-spec-os.doc"><cite> +<h3><a name="iddiv2_1_2039" id="iddiv2_1_2039"/>8.2 Informative References</h3><dl><dt class="label"><a name="WSSecureConversation" id="WSSecureConversation"/>WS-SecureConversation</dt><dd><a href="http://docs.oasis-open.org/ws-sx/ws-secureconversation/v1.4/os/ws-secureconversation-1.4-spec-os.doc"><cite> OASIS Standard, "Web Services Secure Conversation (WS-SecureConversation) 1.4" </cite></a> @@ -1360,11 +1358,11 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/02/ws-enu/enumeration.xsd">http://www.w3.org/2009/02/ws-enu/enumeration.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu/enumeration.xsd">http://www.w3.org/2009/09/ws-enu/enumeration.xsd</a></pre></div></div><p> A non-normative copy of the XML schema is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-enu" - xmlns:tns="http://www.w3.org/2009/02/ws-enu" + targetNamespace="http://www.w3.org/2009/09/ws-enu" + xmlns:tns="http://www.w3.org/2009/09/ws-enu" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" @@ -1383,7 +1381,7 @@ minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Dialect" type="xs:anyURI" use="optional" - default="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"/> + default="http://www.w3.org/2009/09/ws-enu/Dialects/XPath10"/> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -1596,9 +1594,9 @@ <xs:simpleType name="EnumerationEndCodeType"> <xs:restriction base="xs:anyURI"> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown" /> + "http://www.w3.org/2009/09/ws-enu/SourceShuttingDown" /> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-enu/SourceCancelling" /> + "http://www.w3.org/2009/09/ws-enu/SourceCancelling" /> </xs:restriction> </xs:simpleType> @@ -1610,22 +1608,22 @@ A normative copy of the WSDL <a href="#WSDL11">[WSDL11]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/02/ws-enu/enumeration.wsdl">http://www.w3.org/2009/02/ws-enu/enumeration.wsdl</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu/enumeration.wsdl">http://www.w3.org/2009/09/ws-enu/enumeration.wsdl</a></pre></div></div><p> A non-normative copy of the WSDL description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><wsdl:definitions - targetNamespace="http://www.w3.org/2009/02/ws-enu" + targetNamespace="http://www.w3.org/2009/09/ws-enu" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:wsen="http://www.w3.org/2009/02/ws-enu" + xmlns:wsen="http://www.w3.org/2009/09/ws-enu" xmlns:xs="http://www.w3.org/2001/XMLSchema" > <wsdl:types> <xs:schema> <xs:import - namespace="http://www.w3.org/2009/02/ws-enu" - schemaLocation="http://www.w3.org/2009/02/ws-enu/enumeration.xsd" /> + namespace="http://www.w3.org/2009/09/ws-enu" + schemaLocation="http://www.w3.org/2009/09/ws-enu/enumeration.xsd" /> </xs:schema> </wsdl:types> @@ -1667,42 +1665,42 @@ <wsdl:operation name="EnumerateOp"> <wsdl:input message="wsen:EnumerateMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Enumerate" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Enumerate" /> <wsdl:output message="wsen:EnumerateResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerateResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/EnumerateResponse" /> </wsdl:operation> <wsdl:operation name="PullOp"> <wsdl:input message="wsen:PullMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Pull" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Pull" /> <wsdl:output message="wsen:PullResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/PullResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/PullResponse" /> </wsdl:operation> <wsdl:operation name="RenewOp" > <wsdl:input message="wsen:RenewMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Renew" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Renew" /> <wsdl:output message="wsen:RenewResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/RenewResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/RenewResponse" /> </wsdl:operation> <wsdl:operation name="GetStatusOp" > <wsdl:input message="wsen:GetStatusMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/GetStatus" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/GetStatus" /> <wsdl:output message="wsen:GetStatusResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/GetStatusResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/GetStatusResponse" /> </wsdl:operation> <wsdl:operation name="ReleaseOp"> <wsdl:input message="wsen:ReleaseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Release" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Release" /> <wsdl:output message="wsen:ReleaseResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/ReleaseResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/ReleaseResponse" /> </wsdl:operation> </wsdl:portType> @@ -1710,7 +1708,7 @@ <wsdl:operation name="EnumerationEndOp" > <wsdl:input message="wsen:EnumerationEndMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerationEnd" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/EnumerationEnd" /> </wsdl:operation> </wsdl:portType> @@ -1747,4 +1745,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7430">7430</a></td></tr><tr><td> 2009/09/02 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6694">6694</a></td></tr><tr><td> 2009/09/02 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6533">6533</a></td></tr><tr><td> 2009/09/23 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6568">6568</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=6568">6568</a></td></tr><tr><td> 2009/09/30 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7716">7716</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.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- wsenum.xml 28 Sep 2009 12:20:34 -0000 1.55 +++ wsenum.xml 30 Sep 2009 09:11:55 -0000 1.56 @@ -596,11 +596,9 @@ <head>Enumerate</head> <p> - All data sources MUST support some operation - that allows an enumeration to be started. A data source MAY support - the Enumerate operation, or it MAY provide some other mechanism for - starting an enumeration and receiving an enumeration - context. + Data sources MUST support the Enumerate operation to start an enumeration. + A data source MAY provide other mechanisms for starting an enumeration and + receiving an enumeration context. </p> <p> The Enumerate operation is initiated by sending @@ -3104,6 +3102,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6568">6568</loc> </td> </tr> + <tr> + <td> 2009/09/30 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7716">7716</loc> + </td> + </tr> </tbody> </table> </div1>
Received on Wednesday, 30 September 2009 09:12:01 UTC