- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Sep 2009 13:37:04 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv30829 Modified Files: wsrt.html wsrt.xml Log Message: 6571 Index: wsrt.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- wsrt.html 23 Sep 2009 14:13:55 -0000 1.53 +++ wsrt.html 28 Sep 2009 13:37:02 -0000 1.54 @@ -34,7 +34,7 @@ </a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2009/WD-ws-resource-transfer-20090317">http://www.w3.org/TR/2009/WD-ws-resource-transfer-20090317</a></dd><dt>Editors:</dt><dd>Doug Davis, IBM</dd><dd>Ashok Malhotra, Oracle</dd><dd>Katy Warr, IBM</dd><dd>Wu Chou, Avaya</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="htt://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr/><div> <h2><a name="abstract" id="abstract"/>Abstract</h2><p> This specification defines extensions to - <a href="http://www.w3.org/2009/02/ws-tra">WS-Transfer</a> + <a href="http://www.w3.org/2009/09/ws-tra">WS-Transfer</a> primarily to provide fragment-based access to resources. </p></div><div> <h2><a name="status" id="status"/>Status of this Document</h2><p><strong>This document is an editors' copy that has @@ -77,6 +77,8 @@ 7 <a href="#policy">WS-ResourceTransfer Policy Assertion(s)</a><br/> 8 <a href="#acks">Acknowledgements</a><br/> 9 <a href="#refs">References</a><br/> + 9.1 <a href="#iddiv2_1_2338">Normative References</a><br/> + 9.2 <a href="#iddiv2_1_2511">Informative References</a><br/> </p> <h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#a_xpath1">XPath Level 1</a><br/> B <a href="#rt_metadata">Resource Metadata Content</a><br/> @@ -123,8 +125,8 @@ unanticipated scenarios. </p></li><li><p> Support a variety of encoding formats including (but not limited - to) both SOAP 1.1 <a href="#Soap11">[SOAP 1.1]</a> and - SOAP 1.2 <a href="#Soap12">[SOAP 1.2]</a> Envelopes. + to) both SOAP 1.1 <a href="#SOAP11">[SOAP11]</a> and + SOAP 1.2 <a href="#SOAP121">[SOAP12]</a> Envelopes. </p></li></ul></div><div class="div2"> <h3><a name="non_reqs" id="non_reqs"/>2.2 Non-Requirements</h3><p> This specification does not intend to meet the following requirements: @@ -176,18 +178,18 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/2009/09/ws-rst"> (06) <s:Header> (07) <wsa:To>http://www.example.org/disk</wsa:To> (08) <wsa:Action s:mustUnderstand="true"> -(09) http://www.w3.org/2009/02/ws-tra/Get +(09) http://www.w3.org/2009/09/ws-tra/Get (10) </wsa:Action> (11) <wsrt:ResourceTransfer s:mustUnderstand="true"/> (12) ... (13) </s:Header> (14) <s:Body> (15) <wsrt:Get -(16) Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1" +(16) Dialect="http://www.w3.org/2009/09/ws-rst/Dialects/XPath-Level-1" (17) xmlns:d="http://example.org/sample"> (18) <wsrt:Expression> (19) d:Volume[1]/d:Label @@ -217,13 +219,13 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/2009/09/ws-rst"> (06) <s:Header> (07) <wsa:To> (08) http://www.w3.org/2005/08/addressing/anonymous (09) </wsa:To> (10) <wsa:Action s:mustUnderstand="true"> -(11) http://www.w3.org/2009/02/ws-tra/GetResponse +(11) http://www.w3.org/2009/09/ws-tra/GetResponse (12) </wsa:Action> (13) <wsrt:ResourceTransfer/> (14) ... @@ -286,15 +288,15 @@ <h3><a name="namespaces" id="namespaces"/>3.2 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-rst">http://www.w3.org/2009/02/ws-rst</a></pre></div></div><p><a href="#xmlnamespaces">Table 3-1</a> lists XML namespaces that are + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-rst">http://www.w3.org/2009/09/ws-rst</a></pre></div></div><p><a href="#xmlnamespaces">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="xmlnamespaces" id="xmlnamespaces"/><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 Namespace </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> wsmex </td><td> http://www.w3.org/2009/02/ws-mex </td><td><a href="#WSMex">[WS-MetadataExchange]</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> wsrt </td><td> http://www.w3.org/2009/02/ws-rst </td><td> This specification </td></tr><tr><td> wst </td><td> http://www.w3.org/2009/02/ws-tra </td><td><a href="#WsTransfer">[WS-Transfer]</a></td></tr><tr><td xs </td><td> http://www.w3.org/2001/XMLSchema </td><td> - XML Schema <a href="#XmlSchemaPart1">[XML Schema, Part 1]</a>, - <a href="#XmlSchemaPart2">[XML Schema, Part 2]</a></td></tr></tbody></table><p> + </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </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">[SOAP11]</a></td></tr><tr><td> s12 </td><td> http://www.w3.org/2003/05/soap-envelope </td><td><a href="#SOAP121">[SOAP12]</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> wsmex </td><td> http://www.w3.org/2009/09/ws-mex </td><td><a href="#MEX">[WS-MetadataExchange]</a></td></tr><tr><td> wsdl </td><td> http://schemas.xmlsoap.org/wsdl/ </td><td><a href="#WSDL11">[WSDL11]</a></td></tr><tr><td> wsrt </td><td> http://www.w3.org/2009/09/ws-rst </td><td> This specification </td></tr><tr><td> wst </td><td> http://www.w3.org/2009/09/ws-tra </td><td><a href="#WsTransfer">[WS-Transfer]</a></td></tr><tr><td> xs </d><td> http://www.w3.org/2001/XMLSchema </td><td> + XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, + <a href="#XMLSchema2">[XMLSchema - Part 2]</a></td></tr></tbody></table><p> The working group intends to update the value of the Web Services Resource Transfer namespace URI each time a new version of this document is published until such time that the document reaches Candidate @@ -317,7 +319,7 @@ "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 - <a href="#Rfc2119">[RFC 2119]</a>. + <a href="#RFC2119">[RFC 2119]</a>. </p><p> This specification uses the following syntax to define outlines for messages: @@ -461,7 +463,7 @@ processing capability. </p><p> The QName dialect MUST be indicated by using the URI: - </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-rst/Dialects/QName</pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-rst/Dialects/QName</pre></div></div><p> Note that the expression MUST evaluate to zero or more entire elements, each including the element name, any attributes and its entire content. The QName dialect does not support computed values. @@ -506,7 +508,7 @@ representation. </p><p> The XPath Level 1 dialect MUST be indicated by using the URI: - </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1</pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-rst/Dialects/XPath-Level-1</pre></div></div><p> Expressions in this dialect MUST NOT evaluate to more than a single node. The XPath Level 1 dialect does not support computed values. Text and attribute nodes MUST be serialized using the same serialization @@ -537,7 +539,7 @@ define references to any element, attribute or value in the resource representation and can also be used to compute values from the resource representation. - </p><p>The XPath 1.0 dialect MUST be indicated by using the URI:</p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-rst/Dialects/XPath10</pre></div></div><p> + </p><p>The XPath 1.0 dialect MUST be indicated by using the URI:</p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-rst/Dialects/XPath10</pre></div></div><p> Implementations that support the full XPath 1.0 dialect MUST support the XPath Level 1 dialect. </p><p> @@ -617,7 +619,7 @@ <wsrt:ResourceTransfer s:mustUnderstand="true"? /> <b>[Action]</b> - http://www.w3.org/2009/02/ws-tra/Get + http://www.w3.org/2009/09/ws-tra/Get <b>[Body]</b> <wsrt:Get Dialect="<em>xs:anyURI</em>"?> @@ -671,7 +673,7 @@ <wsrt:ResourceTransfer/> <b>[Action]</b> - http://www.w3.org/2009/02/ws-tra/GetResponse + http://www.w3.org/2009/09/ws-tra/GetResponse <b>[Body]</b> <wsrt:GetResponse> @@ -717,17 +719,17 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/2009/09/ws-rst"> (06) <s:Header> (07) <wsa:To>http://www.example.org/disk</wsa:To> (08) <wsa:Action s:mustUnderstand="true"> -(09) http://www.w3.org/2009/02/ws-tra/Get +(09) http://www.w3.org/2009/09/ws-tra/Get (10) </wsa:Action> (11) <wsrt:ResourceTransfer s:mustUnderstand="true"/> (12) ... (13) </s:Header> (14) <s:Body> -(15) <wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName" +(15) <wsrt:Get Dialect="http://www.w3.org/2009/09/ws-rst/Dialects/QName" (16) xmlns:d="http://example.org/sample"> (17) <wsrt:Expression> (18) d:Volume @@ -749,13 +751,13 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/2009/09/ws-rst"> (06) <s:Header> (07) <wsa:To> (08) http://www.w3.org/2005/08/addressing/anonymous (09) </wsa:To> (10) <wsa:Action s:mustUnderstand="true"> -(11) http://www.w3.org/2009/02/ws-tra/GetResponse +(11) http://www.w3.org/2009/09/ws-tra/GetResponse (12) </wsa:Action> (13) <wsrt:ResourceTransfer/> (14) ... @@ -804,7 +806,7 @@ For the sake of brevity, only the message body is shown. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="get_xpath10" id="get_xpath10"/>Example 4-3: Example Get message using an XPath 1.0 query expression</div><div class="exampleInner"><pre>(01) <s:Body> -(02) <wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath10" +(02) <wsrt:Get Dialect="http://www.w3.org/2009/09/ws-rst/Dialects/XPath10" (03) xmlns:d="http://example.org/sample"> (04) <wsrt:Expression> (05) count( d:Volume[d:TotalCapacity > 20000000000] ) @@ -836,7 +838,7 @@ <wsrt:ResourceTransfer s:mustUnderstand="true"/> <b>[Action]</b> - http://www.w3.org/2009/02/ws-tra/Put + http://www.w3.org/2009/09/ws-tra/Put <b>[Body]</b> <wsrt:Put Dialect="<em>xs:anyURI</em>"?> @@ -885,14 +887,14 @@ not support a specified Mode MUST generate a PutModeUnsupportedFault. </p><p> - A value of "http://www.w3.org/2009/02/ws-rst/Remove" indicates that + A value of "http://www.w3.org/2009/09/ws-rst/Remove" indicates that the fragment MUST be deleted if it is present. The expression dialect indicated in this operation MAY place additional constraints on the definition of this Mode. Note that, in order to delete the resource itself, a WS-Transfer "Delete" message is used. </p><p> - A value of "http://www.w3.org/2009/02/ws-rst/Modify" means that the + A value of "http://www.w3.org/2009/09/ws-rst/Modify" means that the fragment MUST be replaced by removing any fragment that already exists and inserting the specified value in its place. If the expression resolves to nothing then @@ -901,7 +903,7 @@ place additional constraints on the definition of this Mode. A fragment with no wsrt:Expression MUST specify this Mode. </p><p> - A value of "http://www.w3.org/2009/02/ws-rst/Insert" indicates that + A value of "http://www.w3.org/2009/09/ws-rst/Insert" indicates that the fragment MUST be added to the resource representation. If the expression targets a repeated element (maxOccurs > 1), the fragment MUST be added at @@ -927,11 +929,11 @@ </p></dd><dt class="label"><b>[Body]</b>/wsrt:Put/Fragment/Value </dt><dd><p> This element contains the data to be written to the resource representation. If the <b>[Body]</b>/wsrt:Put/Fragment/@Mode - attribute is "http://www.w3.org/2009/02/ws-rst/Insert" or - "http://www.w3.org/2009/02/ws-rst/Modify" then this element + attribute is "http://www.w3.org/2009/09/ws-rst/Insert" or + "http://www.w3.org/2009/09/ws-rst/Modify" then this element MUST be present. If the <b>[Body]</b>/wsrt:Put/Fragment/@Mode attribute is - "http://www.w3.org/2009/02/ws-rst/Remove" then + "http://www.w3.org/2009/09/ws-rst/Remove" then this element MUST NOT be present. A resource MUST generate an InvalidPutSyntaxFault if it receives a message with a Value cardinality that is not valid for the Mode attribute. @@ -950,7 +952,7 @@ <wsrt:ResourceTransfer/> <b>[Action]</b> - http://www.w3.org/2009/02/ws-tra/PutResponse + http://www.w3.org/2009/09/ws-tra/PutResponse <b>[Body]</b></pre></div></div><p> The following describes additional constraints on the outline listed above: @@ -971,14 +973,14 @@ body is shown. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="put_xpath1" id="put_xpath1"/>Example 4-5: Put message using the XPath Level 1 dialect</div><div class="exampleInner"><pre>(01) <s:Body> -(02) <wsrt:Put Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1" +(02) <wsrt:Put Dialect="http://www.w3.org/2009/09/ws-rst/Dialects/XPath-Level-1" (03) xmlns:d="http://example.org/sample"> -(04) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Remove'> +(04) <wsrt:Fragment Mode='http://www.w3.org/2009/09/ws-rst/Remove'> (05) <wsrt:Expression> (06) d:Volume[1] (07) </wsrt:Expression> (08) </wsrt:Fragment> -(09) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Insert'> +(09) <wsrt:Fragment Mode='http://www.w3.org/2009/09/ws-rst/Insert'> (10) <wsrt:Expression> (11) d:Volume[2] (12) </wsrt:Expression> @@ -1037,9 +1039,9 @@ For brevity only the message body is shown. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="putresponse_qname" id="putresponse_qname"/>Example 4-7: Put message using the QName dialect</div><div class="exampleInner"><pre>(01) <s:Body> -(02) <wsrt:Put Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName" +(02) <wsrt:Put Dialect="http://www.w3.org/2009/09/ws-rst/Dialects/QName" (03) xmlns:d="http://example.org/sample"> -(04) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Modify'> +(04) <wsrt:Fragment Mode='http://www.w3.org/2009/09/ws-rst/Modify'> (05) <wsrt:Expression> (06) d:Volume (07) </wsrt:Expression> @@ -1056,7 +1058,7 @@ (18) </d:Volume> (19) </wsrt:Value> (20) </wsrt:Fragment> -(21) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Insert'> +(21) <wsrt:Fragment Mode='http://www.w3.org/2009/09/ws-rst/Insert'> (22) <wsrt:Expression> (23) d:Volume (24) </wsrt:Expression> @@ -1131,7 +1133,7 @@ <wsrt:ResourceTransfer s:mustUnderstand="true"/> <b>[Action]</b> - http://www.w3.org/2009/02/ws-tra/Create + http://www.w3.org/2009/09/ws-tra/Create <b>[Body]</b> <wsrt:Create Dialect="<em>xs:anyURI</em>"?> @@ -1196,7 +1198,7 @@ <wsrt:ResourceTransfer/> <b>[Action]</b> - http://www.w3.org/2009/02/ws-tra/CreateResponse + http://www.w3.org/2009/09/ws-tra/CreateResponse <b>[Body]</b> <wst:ResourceCreated> @@ -1220,7 +1222,7 @@ is shown. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="create_qname" id="create_qname"/>Example 4-9: Create message using the QName dialect</div><div class="exampleInner"><pre>(01) <s:Body> -(02) <wsrt:Create Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName" +(02) <wsrt:Create Dialect="http://www.w3.org/2009/09/ws-rst/Dialects/QName" (03) xmlns:d="http://example.org/sample"> (04) <wsrt:Fragment> (05) <wsrt:Expression> @@ -1265,7 +1267,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-rst/fault</pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-rst/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> @@ -1330,7 +1332,7 @@ might choose to handle this condition by retrying the operation that caused it. </p><a name="soapprops" id="soapprops"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:ConcurrencyFault </td></tr><tr><td><b>[Reason]</b></td><td> Could not access the resource due to concurrency and/or locking conditions @@ -1341,7 +1343,7 @@ resource for the current operation. The fault detail SHOULD contain the Dialect values that the resource does support for the operation. </p><a name="tab_baddialect" id="tab_baddialect"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:UnsupportedDialectFault </td></tr><tr><td><b>[Reason]</b></td><td> The requested dialect is not supported </td></tr><tr><td><b>[Detail]</b></td><td> <wsrt:Dialect><em>xs:anyURI</em></wsrt:Dialect> * </td></tr></tbody></table></div><div class="div2"> <h3><a name="badexpression" id="badexpression"/>5.5 InvalidExpressionFault</h3><p> This fault is generated by a resource if a <wsrt:Expression> @@ -1353,7 +1355,7 @@ the resource SHOULD specify a fault detail of "InvalidExpressionValue", indicating which expression this detail applies to. </p><a name="tab_badexpression" id="tab_badexpression"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:InvalidExpressionFault </td></tr><tr><td><b>[Reason]</b></td><td> The specified Expression is not valid </td></tr><tr><td><b>[Detail]</b></td><td><div class="exampleOuter"><div class="exampleInner"><pre><wsrt:InvalidExpressionSyntax> <wsrt:Expression><em>xs:any</em></wsrt:Expression> + </wsrt:InvalidExpressionSyntax> @@ -1365,7 +1367,7 @@ This fault is generated by a resource if it is unable to process a valid Get message. </p><a name="tab_getfault" id="tab_getfault"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Receiver </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:GetFault </td></tr><tr><td><b>[Reason]</b></td><td> Unable to process Get message </td></tr><tr><td><b>[Detail]</b></td><td/></tr></tbody></table></div><div class="div2"> <h3><a name="validity" id="validity"/>5.7 ResourceValidityFault</h3><p> This fault is generated by a resource if the result of processing @@ -1373,16 +1375,16 @@ fault detail MAY include the wsrt:Fragment element in the Put message that caused this fault to be generated. </p><a name="tab_validity" id="tab_validity"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:ResourceValidityFault </td></tr><tr><td><b>[Reason]</b></td><td> The requested resource modification is not valid. </td></tr><tr><td><b>[Detail]</b></td><td> <wsrt:Fragment><em>fragment</em></wsrt:Fragmant> ? </td></tr></tbody></table></div><div class="div2"> <h3><a name="dupfrag" id="dupfrag"/>5.8 FragmentAlreadyExistsFault</h3><p> This fault is generated by a resource if a "Put" message - specifies the "http://www.w3.org/2009/02/ws-rst/Insert" mode and + specifies the "http://www.w3.org/2009/09/ws-rst/Insert" mode and identifies a non-repeated fragment element (maxOccurrs = 1) that already exists. The fault detail MAY include the wsrt:Fragment that failed to be processed. </p><a name="tab_dupfrag" id="tab_dupfrag"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:FragmentAlreadyExistsFault </td></tr><tr><td><b>[Reason]</b></td><td> The fragment already exists </td></tr><tr><td><b>[Detail]</b></td><td> <wsrt:Fragment><em>fragment</em></wsrt:Fragment> ? </td></tr></tbody></table></div><div class="div2"> <h3><a name="putfault" id="putfault"/>5.9 PutFault</h3><p> This fault is generated by a resource if it is unable to @@ -1395,21 +1397,21 @@ changes occurred. Absence of the element indicates that changes might have occurred. </p><a name="tab_putfault" id="tab_putfault"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Receiver </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:PutFault </td></tr><tr><td><b>[Reason]</b></td><td> Unable to process Put message </td></tr><tr><td><b>[Detail]</b></td><td><div class="exampleOuter"><div class="exampleInner"><pre><wsrt:Fragment><em>fragment</em></wsrt:Fragment> ? <wsrt:SideEffects><em>xs:boolean</em></wsrt:SideEffects> ?</pre></div></div></td></tr></tbody></table></div><div class="div2"> <h3><a name="badputmode" id="badputmode"/>5.10 PutModeUnsupportedFault</h3><p> This fault is generated by a resource if a "Put" message specifies a mode that is not supported by the resource. </p><a name="tab_badputmode" id="tab_badputmode"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:PutModeUnsupportedFault </td></tr><tr><td><b>[Reason]</b></td><td> The Put mode is not supported </td></tr><tr><td><b>[Detail]</b></td><td><em>The unsupported Mode URI</em></td></tr></tbody></table></div><div class="div2"> <h3><a name="createfault" id="createfault"/>5.11 CreateFault</h3><p> This fault is generated by a resource if it is unable to process a valid Create message. The fault detail MAY include the wsrt:Fragment that failed to be processed. </p><a name="tab_createfault" id="tab_createfault"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Receiver </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:CreateFault </td></tr><tr><td><b>[Reason]</b></td><td> Unable to process Create message </td></tr><tr><td><b>[Detail]</b></td><td> <wsrt:Fragment><em>fragment</em></wsrt:Fragment> ? </td></tr></tbody></table></div><div class="div2"> <h3><a name="exceedmulti" id="exceedmulti"/>5.12 MultipartLimitExceededFault</h3><p> This fault is generated by a resource if a request message exceeds @@ -1417,24 +1419,24 @@ dialect. The fault detail MUST contain the maximum number of wsrt:Expression or wsrt:Fragment elements supported for the dialect. </p><a name="tab_exceedmulti" id="tab_exceedmulti"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:MultipartLimitExceededFault </td></tr><tr><td><b>[Reason]</b></td><td> Access to multiple fragments exceeded the supported number of fragments in a single message </td></tr><tr><td><b>[Detail]</b></td><td> <wsrt:MultipartLimit><em>xs:positiveInteger</em></wsrt:MultipartLimit> </td></tr></tbody></table></div><div class="div2"> <h3><a name="putsyntaxfault" id="putsyntaxfault"/>5.13 InvalidPutSyntaxFault</h3><p> This fault is generated by a resource if a Put request - specifying a Mode "http://www.w3.org/2009/02/ws-rst/Remove" + specifying a Mode "http://www.w3.org/2009/09/ws-rst/Remove" contains a wsrt:Value element or if a Put - request specifying a Mode "http://www.w3.org/2009/02/ws-rst/Insert" - or "http://www.w3.org/2009/02/ws-rst/Modify" does not contain a + request specifying a Mode "http://www.w3.org/2009/09/ws-rst/Insert" + or "http://www.w3.org/2009/09/ws-rst/Modify" does not contain a wsrt:Value element. </p><a name="tab_putsyntaxfault" id="tab_putsyntaxfault"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/2009/09/ws-rst/fault </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:InvalidRemoveSyntaxFault </td></tr><tr><td><b>[Reason]</b></td><td> Invalid syntax used for Put request </td></tr><tr><td><b>[Detail]</b></td><td/></tr></tbody></table></div></div><div class="div1"> <h2><a name="security" id="security"/>6 Security Considerations</h2><p> It is strongly RECOMMENDED that the communication between services be - secured using the mechanisms described in <a href="#WSSec">[WS-Security]</a>. + secured using the mechanisms described in <a href="#WSSecurity">[WS-Security]</a>. </p><p> In order to properly secure messages, the body (even if empty) and all relevant headers need to be included in the @@ -1445,9 +1447,9 @@ If a requestor is issuing multiple messages to a resource reference, then it is RECOMMENDED that a security context be established using the mechanisms described in <a href="#WSTrust">[WS-Trust]</a> and - <a href="#WSSecConv">[WS-SecureConversation]</a>. It is further RECOMMENDED that if shared - secrets are used, message-specific derived keys also be used to protect - the secret from crypto attacks. + <a href="#WSSecureConversation">[WS-SecureConversation]</a>. It is further RECOMMENDED that if + shared secrets are used, message-specific derived keys also be used to + protect the secret from crypto attacks. </p><p> The access control semantics of resource references are out-of-scope of this specification and are specific to each @@ -1485,82 +1487,108 @@ Wu Chou (Avaya Communications), Yves Lafon (W3C). </p></div><div class="div1"> -<h2><a name="refs" id="refs"/>9 References</h2><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, Harvard University, March 1997. - Available at <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>.</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. - Available at <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a>.</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. - Available at <a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">http://www.w3.org/TR/2000/NOTE-SOAP-20000508/</a>.</dd><dt class="label"><a name="Soap12" id="Soap12"/>SOAP 1.2</dt><dd><a href="http://www.w3.org/TR/soap12-part1/"><cite> - SOAP Version 1.2 Part 1: Messaging Framework - </cite></a> - , M. Gudgin, et al, June 2003. - Available at <a href="http://www.w3.org/TR/soap12-part1/">http://www.w3.org/TR/soap12-part1/</a>.</dd><dt class="label"><a name="AddrCore" id="AddrCore"/>WS-Addressing</dt><dd><a href="http://www.w3.org/2005/08/addressing/"><cite> - W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" +<h2><a name="refs" id="refs"/>9 References</h2><div class="div2"> +<h3><a name="iddiv2_1_2338" id="iddiv2_1_2338"/>9.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. + Internet Engineering Task Force, March 1997. + Available at <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>.</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, R. Fields and L. Masinter, Authors. + Network Working Group, January 2005. + Available at <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a>.</dd><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP11</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite> + W3C Note, "Simple Object Access Protocol (SOAP) 1.1" + </cite></a> + , D. Box, et al, Editors. + World Wide Web Consortium (W3C), 8 May 2000. + Available at <a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">http://www.w3.org/TR/2000/NOTE-SOAP-20000508/</a>.</dd><dt class="label"><a name="SOAP121" id="SOAP121"/>SOAP12</dt><dd><a href="http://www.w3.org/TR/soap12-part1/"><cite> + W3C Recommendation, "SOAP Version 1.2 Part 1: Messaging Framework" + </cite></a> + , M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, H. Frystyk Nielson, + Editors. + World Wide Web Consortium (W3C), 27 April 2007. + Available at <a href="http://www.w3.org/TR/soap12-part1/">http://www.w3.org/TR/soap12-part1/</a>.</dd><dt class="label"><a name="AddrCore" id="AddrCore"/>WS-Addressing</dt><dd><a href="http://www.w3.org/TR/ws-addr-core"><cite> + W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" + </cite></a> + , M. Gudgin, M. Hadley, T. Rogers, Editors. + World Wide Web Consortium (W3C), 9 May 2006. + Available at <a href="http://www.w3.org/TR/ws-addr-core">http://www.w3.org/TR/ws-addr-core</a>.</dd><dt class="label"><a name="WSABinding" id="WSABinding"/>WS-Addressing 1.0 SOAP Binding</dt><dd><a href="http://www.w3.org/TR/ws-addr-soap"><cite> + W3C Recommendation, "Web Services Addressing 1.0 - SOAP Binding" + </cite></a> + , M. Gudgin, M. Hadley, T. Rogers, Editors. + World Wide Web Consortium (W3C), 9 May 2006. + Available at <a href="http://www.w3.org/TR/ws-addr-soap">http://www.w3.org/TR/ws-addr-soap</a>.</dd><dt class="label"><a name="WSDL11" id="WSDL11"/>WSDL11</dt><dd><a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315"><cite> + W3C Note, "Web Services Description Language (WSDL) 1.1" + </cite></a> + , E. Christensen, et al., Editors. + World Wide Web Consortium (W3C), 15 March 2001 + Available at <a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315">http://www.w3.org/TR/2001/NOTE-wsdl-20010315</a>.</dd><dt class="label"><a name="MEX" id="MEX"/>WS-MetadataExchange</dt><dd><a href="http://www.w3.org/TR/ws-metadata-exchange"><cite> + W3C Working Group Draft, "Web Services Metadata Exchange + (WS-MetadataExchange) 1.1" + </cite></a> + , D. Davis, et al., Editors. + World Wide Web Consortium (W3C), 15 September 2009. + Available at <a href="http://www.w3.org/TR/ws-metadata-exchange">http://www.w3.org/TR/ws-metadata-exchange</a>.</dd><dt class="label"><a name="WsTransfer" id="WsTransfer"/>WS-Transfer</dt><dd><a href="http://www.w3.org/TR/ws-transfer"><cite> + W3C Working Group Draft, "Web Services Transfer (WS-Transfer)1.1" </cite></a> - , May 2006. - Available at <a href="http://www.w3.org/2005/08/addressing/">http://www.w3.org/2005/08/addressing/</a>.</dd><dt class="label"><a name="WSABinding" id="WSABinding"/>WS-Addressing 1.0 SOAP Binding</dt><dd><a href="http://www.w3.org/TR/2006/REC-ws-addr-soap-20060509"><cite> - W3C Recommendation, "Web Services Addressing 1.0 - SOAP Binding" + , D. Davis, et al., Editors. + World Wide Web Consortium (W3C), 15 September 2009. + Available at <a href="http://www.w3.org/TR/ws-transfer">http://www.w3.org/TR/ws-transfer</a>.</dd><dt class="label"><a name="XMLInfoset" id="XMLInfoset"/>XML Infoset</dt><dd><a href="http://www.w3.org/TR/xml-infoset"><cite> + W3C Recommendation, "XML Information Set (Second Edition)" + </cite></a> + , J. Cowan, R. Tobin, Editors. + World Wide Web Consortium (W3C), 4 February 2004. + Available at <a href="http://www.w3.org/TR/xml-infoset">http://www.w3.org/TR/xml-infoset</a>.</dd><dt class="label"><a name="XMLSchema1" id="XMLSchema1"/>XMLSchema - Part 1</dt><dd><a href="http://www.w3.org/TR/xmlschema-1/"><cite> + W3C Recommendation, "XML Schema Part 1: Structures (Second Edition)" + </cite></a> + , H. Thompson, et al., Editors. + World Wide Web Consortium (W3C), 28 October 2004. + Available at <a href="http://www.w3.org/TR/xmlschema-1/">http://www.w3.org/TR/xmlschema-1/</a>.</dd><dt class="label"><a name="XMLSchema2" id="XMLSchema2"/>XMLSchema - Part 2</dt><dd><a href="http://www.w3.org/TR/xmlschema-2/"><cite> + W3C Recommendation, "XML Schema Part 2: Datatypes (Second Edition)" + </cite></a> + , P. Biron, A. Malhotra, Editors. + World Wide Web Consortium (W3C), 28 October 2004. + Available at <a href="http://www.w3.org/TR/xmlschema-2/">http://www.w3.org/TR/xmlschema-2/</a>.</dd><dt class="label"><a name="XPath1" id="XPath1"/>XPath1.0</dt><dd><a href="http://www.w3.org/TR/xpath"><cite> + W3C Recommendation, "XML Path Language (XPath) Version 1.0" + </cite></a> + , 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_2511" id="iddiv2_1_2511"/>9.2 Informative References</h3><dl><dt class="label"><a name="WS_I" id="WS_I"/>WS-I BP 1.1</dt><dd><a href="http://www.ws-i.org/Profiles/BasicProfile-1.1.html"><cite> + Final Material, "WS-I Basic Profile Version 1.1" </cite></a> - , May 2006. - Available at <a href="http://www.w3.org/TR/2006/REC-ws-addr-soap-20060509">http://www.w3.org/TR/2006/REC-ws-addr-soap-20060509</a>.</dd><dt class="label"><a name="Wsdl11" id="Wsdl11"/>WSDL 1.1</dt><dd><a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315"><cite> - Web Services Description Language (WSDL) 1.1 - </cite></a> - , E. Christensen, et al, March 2001. - Available at <a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315">http://www.w3.org/TR/2001/NOTE-wsdl-20010315</a>.</dd><dt class="label"><a name="WS_I" id="WS_I"/>WS-I BP 1.1</dt><dd><a href="http://www.ws-i.org/Profiles/BasicProfile-1.1.html"><cite> - WS-I Basic Profile Version 1.1 - </cite></a> - , K. Ballinger, et al, April 2006. - Available at <a href="http://www.ws-i.org/Profiles/BasicProfile-1.1.html">http://www.ws-i.org/Profiles/BasicProfile-1.1.html</a>.</dd><dt class="label"><a name="WSMex" id="WSMex"/>WS-MetadataExchange</dt><dd><a href="http://www.w3.org/2009/02/ws-mex"><cite> - Web Services Metadata Exchange (WS-MetadataExchange) - </cite></a> - , K. Ballinger, et al, August 2006. - Available at <a href="http://www.w3.org/2009/02/ws-mex">http://www.w3.org/2009/02/ws-mex</a>.</dd><dt class="label"><a name="WsTransfer" id="WsTransfer"/>WS-Transfer</dt><dd><a href="http://www.w3.org/2009/02/ws-tra"><cite> - Web Services Transfer (WS-Transfer) - </cite></a> - , J. Alexander, et al, March 2006. - Available at <a href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</a>.</dd><dt class="label"><a name="WSSec" id="WSSec"/>WS-Security</dt><dd><a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf"><cite> - Web Services Security: SOAP Message Security 1.0 - </cite></a> - , OASIS standard. - Available at <a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf</a>.</dd><dt class="label"><a name="WSTrust" id="WSTrust"/>WS-Trust</dt><dd><a href="http://schemas.xmlsoap.org/ws/2005/02/trust/"><cite> - Web Services Trust Language (WS-Trust) - </cite></a> - , S. Anderson, et al, February 2005. - Available at <a href="http://schemas.xmlsoap.org/ws/2005/02/trust/">http://schemas.xmlsoap.org/ws/2005/02/trust/</a>.</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) - </cite> - , S. Anderson, et al, February 2005. - </dd><dt class="label"><a name="XMLInfoset" id="XMLInfoset"/>XML Infoset</dt><dd><a href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"><cite> - XML Information Set - </cite></a> - , J. Cowan, et al, February 2004. - Available at <a href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/">http://www.w3.org/TR/2004/REC-xml-infoset-20040204/</a>.</dd><dt class="label"><a name="XmlSchemaPart1" id="XmlSchemaPart1"/>XML Schema, Part 1</dt><dd><a href="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/"><cite> - XML Schema Part 1: Structures - </cite></a> - , H. Thompson, et al, October 2004. - Available at <a href="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/">http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/</a>.</dd><dt class="label"><a name="XmlSchemaPart2" id="XmlSchemaPart2"/>XML Schema, Part 2</dt><dd><a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"><cite> - XML Schema Part 2: Datatypes - </cite></a> - , James Clark, et al, November 1999. - Available at <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/</a>.</dd><dt class="label"><a name="xpath" id="xpath"/>XPath 1.0</dt><dd><a href="http://www.w3.org/TR/xpath"><cite> - XML Path Language (XPath) Version 1.0 - </cite></a> - , James Clark, et al, November 1999. - Available at <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>.</dd></dl></div></div><div class="back"><div class="div1"> + , K. Ballinger, et al., Editors. + Web Services Interoperability Organization, 10 April 2006. + This is also an ISO (International Organization for Standards) Standard + ISO/IEC 29361:2008 + http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=45422. + Available at <a href="http://www.ws-i.org/Profiles/BasicProfile-1.1.html">http://www.ws-i.org/Profiles/BasicProfile-1.1.html</a>.</dd><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> + , A. Nadalin, et al., Editors. + Organization for the Advancement of Structured Information Standards + (OASIS), 2 February 2009. + Available at <a href="http://docs.oasis-open.org/ws-sx/ws-secureconversation/v1.4/os/ws-secureconversation-1.4-spec-os.doc">http://docs.oasis-open.org/ws-sx/ws-secureconversation/v1.4/os/ws-secureconversation-1.4-spec-os.doc</a>.</dd><dt class="label"><a name="WSSecurity" id="WSSecurity"/>WS-Security</dt><dd><a href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf"><cite> + OASIS Standard, "Web Services Security: SOAP Message Security 1.1" + </cite></a> + , K. Lawrence, C. Kaler, Editors. + Organization for the Advancement of Structured Information Standards + (OASIS), 1 February 2006. + Available at <a href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf">http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf</a>.</dd><dt class="label"><a name="WSTrust" id="WSTrust"/>WS-Trust</dt><dd><a href="http://docs.oasis-open.org/ws-sx/ws-trust/v1.4/os/ws-trust-1.4-spec-os.doc"><cite> + OASIS Standard, "Web Services Trust (WS-Trust) 1.4" + </cite></a> + , K. Lawrence, C. Kaler, Editors. + Organization for the Advancement of Structured Information Standards + (OASIS), 2 February 2009. + Available at <a href="http://docs.oasis-open.org/ws-sx/ws-trust/v1.4/os/ws-trust-1.4-spec-os.doc">http://docs.oasis-open.org/ws-sx/ws-trust/v1.4/os/ws-trust-1.4-spec-os.doc</a>.</dd></dl></div></div></div><div class="back"><div class="div1"> <h2><a name="a_xpath1" id="a_xpath1"/>A XPath Level 1</h2><p> XPath Level 1 is a subset of the abbreviated relative syntax of XPath 1.0, and is used to identify or select a node within a resource representation or fragment. It is identified by the following URI: - </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1</pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-rst/Dialects/XPath-Level-1</pre></div></div><p> The following XPath Level 1 grammar is LL(1), and the nonterminal productions are in angle brackets. Terminal symbols are either literals, or in UPPERCASE: @@ -1701,7 +1729,7 @@ WS-MetadataExchange. The following wsmex:GetMetadata/wsmex:Dialect URI is defined to indicate metadata as defined in this specification: - </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-rst</pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-rst</pre></div></div><p> This is used in the wsmex:GetMetadata message to return resource metadata. It is RECOMMENDED that a resource whose metadata is mutable use the form of a wsmex:MetadataSection that contains an @@ -1815,31 +1843,31 @@ operation for the subject dialect. </p></dd></dl></div></div><div class="div1"> <h2><a name="schema" id="schema"/>C XML Schema</h2><p> - A normative copy of the XML Schema <a href="#XmlSchemaPart1">[XML Schema, Part 1]</a>, - <a href="#XmlSchemaPart2">[XML Schema, Part 2]</a> description + 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-rst/wsrt.xsd">http://www.w3.org/2009/02/ws-rst/wsrt.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-rst/wsrt.xsd">http://www.w3.org/2009/09/ws-rst/wsrt.xsd</a></pre></div></div><p> A non-normative copy of the XML Schema description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-rst" - xmlns:wsrt="http://www.w3.org/2009/02/ws-rst" + targetNamespace="http://www.w3.org/2009/09/ws-rst" + xmlns:wsrt="http://www.w3.org/2009/09/ws-rst" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" - xmlns:wsmex="http://www.w3.org/2009/02/ws-mex" + xmlns:wsmex="http://www.w3.org/2009/09/ws-mex" elementFormDefault="qualified" blockDefault="#all"> <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/> - <xs:import namespace="http://www.w3.org/2009/02/ws-mex" + <xs:import namespace="http://www.w3.org/2009/09/ws-mex" schemaLocation= - "http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd"/> + "http://www.w3.org/2009/09/ws-mex/MetadataExchange.xsd"/> <!-- ResourceMetadata section --> <!-- A wsmex:MetadaSection with a wsmex:Dialect of - http://www.w3.org/2009/02/ws-rst + http://www.w3.org/2009/09/ws-rst contains the following Metadata element --> @@ -2062,26 +2090,26 @@ <xs:element name='NodeSet' type='wsrt:ResultType'/> </xs:schema></pre></div></div></div><div class="div1"> <h2><a name="wsdl" id="wsdl"/>D WSDL</h2><p> - A normative copy of the WSDL <a href="#Wsdl11">[WSDL 1.1]</a> + 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-rst/wsrt.wsdl">http://www.w3.org/2009/02/ws-rst/wsrt.wsdl</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-rst/wsrt.wsdl">http://www.w3.org/2009/09/ws-rst/wsrt.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><?xml version="1.0" encoding="utf-8"?> <wsdl:definitions targetNamespace= - "http://www.w3.org/2009/02/ws-rst" - xmlns:wsrt="http://www.w3.org/2009/02/ws-rst" + "http://www.w3.org/2009/09/ws-rst" + xmlns:wsrt="http://www.w3.org/2009/09/ws-rst" 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:wst="http://www.w3.org/2009/02/ws-tra" + xmlns:wst="http://www.w3.org/2009/09/ws-tra" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <wsdl:types> <xs:schema> <xs:include schemaLocation= - "http://www.w3.org/2009/02/ws-rst/wsrt.xsd"/> + "http://www.w3.org/2009/09/ws-rst/wsrt.xsd"/> </xs:schema> </wsdl:types> @@ -2116,17 +2144,17 @@ </wsdl:documentation> <wsdl:operation name="Get"> <wsdl:input message="wsrt:GetRequestMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Get"/> + wsam:Action="http://www.w3.org/2009/09/ws-tra/Get"/> <wsdl:output message="wsrt:GetResponseMessage" wsam:Action= - "http://www.w3.org/2009/02/ws-tra/GetResponse"/> + "http://www.w3.org/2009/09/ws-tra/GetResponse"/> </wsdl:operation> <wsdl:operation name="Put"> <wsdl:input message="wsrt:PutRequestMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Put"/> + wsam:Action="http://www.w3.org/2009/09/ws-tra/Put"/> <wsdl:output message="wsrt:PutResponseMessage" wsam:Action= - "http://www.w3.org/2009/02/ws-tra/PutResponse"/> + "http://www.w3.org/2009/09/ws-tra/PutResponse"/> </wsdl:operation> </wsdl:portType> @@ -2137,10 +2165,10 @@ </wsdl:documentation> <wsdl:operation name="Create"> <wsdl:input message="wsrt:CreateRequestMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Create"/> + wsam:Action="http://www.w3.org/2009/09/ws-tra/Create"/> <wsdl:output message="wsrt:CreateResponseMessage" wsam:Action= - "http://www.w3.org/2009/02/ws-tra/CreateResponse"/> + "http://www.w3.org/2009/09/ws-tra/CreateResponse"/> </wsdl:operation> </wsdl:portType> </wsdl:definitions></pre></div></div></div><div class="div1"> @@ -2161,4 +2189,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</a></td></tr><tr><td> 2009/09/01 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7429">7429</a></td></tr><tr><td> 2009/09/01 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w4.org/Bugs/Public/show_bug.cgi?id=6703">6703</a></td></tr><tr><td> 2009/09/02 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w4.org/Bugs/Public/show_bug.cgi?id=6694">6694</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file + <a href="http://www.w4.org/Bugs/Public/show_bug.cgi?id=6694">6694</a></td></tr><tr><td> 2009/09/28 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w4.org/Bugs/Public/show_bug.cgi?id=6571">6571</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wsrt.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- wsrt.xml 28 Sep 2009 12:20:34 -0000 1.43 +++ wsrt.xml 28 Sep 2009 13:37:02 -0000 1.44 @@ -157,8 +157,8 @@ <item> <p> Support a variety of encoding formats including (but not limited - to) both SOAP 1.1 <bibref ref="Soap11"/> and - SOAP 1.2 <bibref ref="Soap12"/> Envelopes. + to) both SOAP 1.1 <bibref ref="SOAP11"/> and + SOAP 1.2 <bibref ref="SOAP121"/> Envelopes. </p> </item> </ulist> @@ -450,12 +450,12 @@ <tr> <td> s11 </td> <td> http://schemas.xmlsoap.org/soap/envelope/ </td> - <td> <bibref ref="Soap11"/> </td> + <td> <bibref ref="SOAP11"/> </td> </tr> <tr> <td> s12 </td> <td> http://www.w3.org/2003/05/soap-envelope </td> - <td> <bibref ref="Soap12"/> </td> + <td> <bibref ref="SOAP121"/> </td> </tr> <tr> <td> wsa </td> @@ -465,12 +465,12 @@ <tr> <td> wsmex </td> <td> http://www.w3.org/&wsrst.nsprefix;/ws-mex </td> - <td> <bibref ref="WSMex"/> </td> + <td> <bibref ref="MEX"/> </td> </tr> <tr> <td> wsdl </td> <td> http://schemas.xmlsoap.org/wsdl/ </td> - <td> <bibref ref="Wsdl11"/> </td> + <td> <bibref ref="WSDL11"/> </td> </tr> <tr> <td> wsrt </td> @@ -486,8 +486,8 @@ <td> xs </td> <td> http://www.w3.org/2001/XMLSchema </td> <td> - XML Schema <bibref ref="XmlSchemaPart1"/>, - <bibref ref="XmlSchemaPart2"/> + XML Schema <bibref ref="XMLSchema1"/>, + <bibref ref="XMLSchema2"/> </td> </tr> </tbody> @@ -521,7 +521,7 @@ "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 - <bibref ref="Rfc2119"/>. + <bibref ref="RFC2119"/>. </p> <p> @@ -2648,7 +2648,7 @@ <p> It is strongly RECOMMENDED that the communication between services be - secured using the mechanisms described in <bibref ref="WSSec"/>. + secured using the mechanisms described in <bibref ref="WSSecurity"/>. </p> <p> @@ -2663,9 +2663,9 @@ If a requestor is issuing multiple messages to a resource reference, then it is RECOMMENDED that a security context be established using the mechanisms described in <bibref ref="WSTrust"/> and - <bibref ref="WSSecConv"/>. It is further RECOMMENDED that if shared - secrets are used, message-specific derived keys also be used to protect - the secret from crypto attacks. + <bibref ref="WSSecureConversation"/>. It is further RECOMMENDED that if + shared secrets are used, message-specific derived keys also be used to + protect the secret from crypto attacks. </p> <p> @@ -2720,144 +2720,181 @@ <div1 id="refs"> <head>References</head> - <blist> - <bibl key="RFC 2119" id="Rfc2119" - href="http://www.ietf.org/rfc/rfc2119.txt" > - <titleref> - Key words for use in RFCs to Indicate Requirement Levels - </titleref> - , S. Bradner, Harvard University, March 1997. - </bibl> + <div2> + <head>Normative References</head> + + <blist> + <bibl key="RFC 2119" id="RFC2119" + href="http://www.ietf.org/rfc/rfc2119.txt"> + <titleref> + Key words for use in RFCs to Indicate Requirement Levels + </titleref> + , S. Bradner, Author. + Internet Engineering Task Force, 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="RFC 3986" id="RFC3986" + href="http://www.ietf.org/rfc/rfc3986.txt"> + <titleref> + Uniform Resource Identifier (URI): Generic Syntax + </titleref> + , T. Berners-Lee, R. Fields and L. Masinter, Authors. + Network Working Group, 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 - </titleref> - , D. Box, et al, May 2000. - </bibl> + <bibl key="SOAP11" id="SOAP11" + href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"> + <titleref> + W3C Note, "Simple Object Access Protocol (SOAP) 1.1" + </titleref> + , D. Box, et al, Editors. + World Wide Web Consortium (W3C), 8 May 2000. + </bibl> - <bibl key="SOAP 1.2" id="Soap12" - href="http://www.w3.org/TR/soap12-part1/"> - <titleref> - SOAP Version 1.2 Part 1: Messaging Framework - </titleref> - , M. Gudgin, et al, June 2003. - </bibl> + <bibl key="SOAP12" id="SOAP121" + href="http://www.w3.org/TR/soap12-part1/"> + <titleref> + W3C Recommendation, "SOAP Version 1.2 Part 1: Messaging Framework" + </titleref> + , M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, H. Frystyk Nielson, + Editors. + World Wide Web Consortium (W3C), 27 April 2007. + </bibl> - <bibl key="WS-Addressing" id="AddrCore" - href="http://www.w3.org/2005/08/addressing/"> - <titleref> - W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" - </titleref> - , May 2006. - </bibl> + <bibl key="WS-Addressing" id="AddrCore" + href="http://www.w3.org/TR/ws-addr-core"> + <titleref> + W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)" + </titleref> + , M. Gudgin, M. Hadley, T. Rogers, Editors. + World Wide Web Consortium (W3C), 9 May 2006. + </bibl> - <bibl key="WS-Addressing 1.0 SOAP Binding" id="WSABinding" - href="http://www.w3.org/TR/2006/REC-ws-addr-soap-20060509"> + <bibl key="WS-Addressing 1.0 SOAP Binding" id="WSABinding" + href="http://www.w3.org/TR/ws-addr-soap"> + <titleref> + W3C Recommendation, "Web Services Addressing 1.0 - SOAP Binding" + </titleref> + , M. Gudgin, M. Hadley, T. Rogers, Editors. + World Wide Web Consortium (W3C), 9 May 2006. + </bibl> + + <bibl key="WSDL11" id="WSDL11" + href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315"> + <titleref> + W3C Note, "Web Services Description Language (WSDL) 1.1" + </titleref> + , E. Christensen, et al., Editors. + World Wide Web Consortium (W3C), 15 March 2001 + </bibl> + + <bibl key="WS-MetadataExchange" id="MEX" + href="http://www.w3.org/TR/ws-metadata-exchange"> + <titleref> + W3C Working Group Draft, "Web Services Metadata Exchange + (WS-MetadataExchange) 1.1" + </titleref> + , D. Davis, et al., Editors. + World Wide Web Consortium (W3C), 15 September 2009. + </bibl> + + <bibl key="WS-Transfer" id="WsTransfer" + href="http://www.w3.org/TR/ws-transfer"> <titleref> - W3C Recommendation, "Web Services Addressing 1.0 - SOAP Binding" + W3C Working Group Draft, "Web Services Transfer (WS-Transfer)1.1" </titleref> - , May 2006. - </bibl> - - <bibl key="WSDL 1.1" id="Wsdl11" - href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315"> - <titleref> - Web Services Description Language (WSDL) 1.1 - </titleref> - , E. Christensen, et al, March 2001. - </bibl> + , D. Davis, et al., Editors. + World Wide Web Consortium (W3C), 15 September 2009. + </bibl> - <bibl key="WS-I BP 1.1" id="WS_I" - href="http://www.ws-i.org/Profiles/BasicProfile-1.1.html"> - <titleref> - WS-I Basic Profile Version 1.1 - </titleref> - , K. Ballinger, et al, April 2006. - </bibl> + <bibl key="XML Infoset" id="XMLInfoset" + href="http://www.w3.org/TR/xml-infoset"> + <titleref> + W3C Recommendation, "XML Information Set (Second Edition)" + </titleref> + , J. Cowan, R. Tobin, Editors. + World Wide Web Consortium (W3C), 4 February 2004. + </bibl> - <bibl key="WS-MetadataExchange" id="WSMex" - href="http://www.w3.org/&wsrst.nsprefix;/ws-mex"> - <titleref> - Web Services Metadata Exchange (WS-MetadataExchange) - </titleref> - , K. Ballinger, et al, August 2006. - </bibl> + <bibl key="XMLSchema - Part 1" id="XMLSchema1" + href="http://www.w3.org/TR/xmlschema-1/"> + <titleref> + W3C Recommendation, "XML Schema Part 1: Structures (Second Edition)" + </titleref> + , H. Thompson, et al., Editors. + World Wide Web Consortium (W3C), 28 October 2004. + </bibl> - <bibl key="WS-Transfer" id="WsTransfer" - href="http://www.w3.org/&wsrst.nsprefix;/ws-tra"> - <titleref> - Web Services Transfer (WS-Transfer) - </titleref> - , J. Alexander, et al, March 2006. - </bibl> + <bibl key="XMLSchema - Part 2" id="XMLSchema2" + href="http://www.w3.org/TR/xmlschema-2/"> + <titleref> + W3C Recommendation, "XML Schema Part 2: Datatypes (Second Edition)" + </titleref> + , P. Biron, A. Malhotra, Editors. + World Wide Web Consortium (W3C), 28 October 2004. + </bibl> - <bibl key="WS-Security" id="WSSec" - href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf"> - <titleref> - Web Services Security: SOAP Message Security 1.0 - </titleref> - , OASIS standard. - </bibl> + <bibl key="XPath1.0" id="XPath1" + href="http://www.w3.org/TR/xpath"> + <titleref> + W3C Recommendation, "XML Path Language (XPath) Version 1.0" + </titleref> + , J. Clark, S. DeRose, Editors. + World Wide Web Consortium (W3C), 16 November 1999. + </bibl> - <bibl key="WS-Trust" id="WSTrust" - href="http://schemas.xmlsoap.org/ws/2005/02/trust/"> - <titleref> - Web Services Trust Language (WS-Trust) - </titleref> - , S. Anderson, et al, February 2005. - </bibl> + </blist> + </div2> - <bibl key="WS-SecureConversation" id="WSSecConv"> - href="http://schemas.xmlsoap.org/ws/2005/02/sc/"> - <titleref> - Web Services Secure Conversation Language (WS-SecureConversation) - </titleref> - , S. Anderson, et al, February 2005. - </bibl> + <div2> + <head>Informative References</head> + + <blist> + <bibl key="WS-I BP 1.1" id="WS_I" + href="http://www.ws-i.org/Profiles/BasicProfile-1.1.html"> + <titleref> + Final Material, "WS-I Basic Profile Version 1.1" + </titleref> + , K. Ballinger, et al., Editors. + Web Services Interoperability Organization, 10 April 2006. + This is also an ISO (International Organization for Standards) Standard + ISO/IEC 29361:2008 + http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=45422. + </bibl> - <bibl key="XML Infoset" id="XMLInfoset" - href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"> - <titleref> - XML Information Set - </titleref> - , J. Cowan, et al, February 2004. - </bibl> + <bibl key="WS-SecureConversation" id="WSSecureConversation" + href="http://docs.oasis-open.org/ws-sx/ws-secureconversation/v1.4/os/ws-secureconversation-1.4-spec-os.doc"> + <titleref> + OASIS Standard, "Web Services Secure Conversation + (WS-SecureConversation) 1.4" + </titleref> + , A. Nadalin, et al., Editors. + Organization for the Advancement of Structured Information Standards + (OASIS), 2 February 2009. + </bibl> - <bibl key="XML Schema, Part 1" id="XmlSchemaPart1" - href="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/"> - <titleref> - XML Schema Part 1: Structures - </titleref> - , H. Thompson, et al, October 2004. - </bibl> + <bibl key="WS-Security" id="WSSecurity" + href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf"> + <titleref> + OASIS Standard, "Web Services Security: SOAP Message Security 1.1" + </titleref> + , K. Lawrence, C. Kaler, Editors. + Organization for the Advancement of Structured Information Standards + (OASIS), 1 February 2006. + </bibl> - <bibl key="XML Schema, Part 2" id="XmlSchemaPart2" - href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"> - <titleref> - XML Schema Part 2: Datatypes - </titleref> - , James Clark, et al, November 1999. - </bibl> + <bibl key="WS-Trust" id="WSTrust" + href="http://docs.oasis-open.org/ws-sx/ws-trust/v1.4/os/ws-trust-1.4-spec-os.doc"> + <titleref> + OASIS Standard, "Web Services Trust (WS-Trust) 1.4" + </titleref> + , K. Lawrence, C. Kaler, Editors. + Organization for the Advancement of Structured Information Standards + (OASIS), 2 February 2009. + </bibl> - <bibl key="XPath 1.0" id="xpath" - href="http://www.w3.org/TR/xpath"> - <titleref> - XML Path Language (XPath) Version 1.0 - </titleref> - , James Clark, et al, November 1999. - </bibl> - - </blist> + </blist> + </div2> </div1> </body> @@ -3376,8 +3413,8 @@ <head>XML Schema</head> <p> - A normative copy of the XML Schema <bibref ref="XmlSchemaPart1"/>, - <bibref ref="XmlSchemaPart2"/> description + A normative copy of the XML Schema <bibref ref="XMLSchema1"/>, + <bibref ref="XMLSchema2"/> description for this specification can be retrieved from the following address: </p> @@ -3638,7 +3675,7 @@ <head>WSDL</head> <p> - A normative copy of the WSDL <bibref ref="Wsdl11"/> + A normative copy of the WSDL <bibref ref="WSDL11"/> description for this specification can be retrieved from the following address: </p> @@ -3866,6 +3903,13 @@ <loc href="http://www.w4.org/Bugs/Public/show_bug.cgi?id=6694">6694</loc> </td> </tr> + <tr> + <td> 2009/09/28 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w4.org/Bugs/Public/show_bug.cgi?id=6571">6571</loc> + </td> + </tr> </tbody> </table> </div1>
Received on Monday, 28 September 2009 13:37:18 UTC