- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Mar 2009 01:10:45 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv10202 Modified Files: wsrt.html wsrt.xml Log Message: issue 6666 Index: wsrt.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- wsrt.html 23 Mar 2009 19:38:29 -0000 1.27 +++ wsrt.html 24 Mar 2009 01:10:42 -0000 1.28 @@ -582,14 +582,16 @@ </p><p> The <b>[Body]</b> of wsrt:Get contains an expression that identifies the fragment of interest. - </p><p>The outline for wsrt:Get is:</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b>[Headers]</b> -(02) <wsrt:ResourceTransfer s:mustUnderstand="true"? /> -(03) <b>[Action]</b> -(04) http://www.w3.org/2009/02/ws-tra/Get -(05) <b>[Body]</b> -(06) <wsrt:Get Dialect="<em>xs:anyURI</em>"?> -(07) <wsrt:Expression ...><em>xs:any</em></wsrt:Expression> * -(08) </wsrt:Get></pre></div></div><p> + </p><p>The outline for wsrt:Get is:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b> + <wsrt:ResourceTransfer s:mustUnderstand="true"? /> + +<b>[Action]</b> + http://www.w3.org/2009/02/ws-tra/Get + +<b>[Body]</b> + <wsrt:Get Dialect="<em>xs:anyURI</em>"?> + <wsrt:Expression ...><em>xs:any</em></wsrt:Expression> * + </wsrt:Get></pre></div></div><p> The following describes additional constraints on the outline listed above: </p><dl><dt class="label"><b>[Header]</b>/wsrt:ResourceTransfer </dt><dd><p> If present and understood, a resource MUST process the @@ -634,14 +636,16 @@ </p></dd></dl><p> If the resource accepts a wsrt:Get request and processes it successfully it MUST reply with a response of the following form: - </p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b>[Headers]</b> -(02) <wsrt:ResourceTransfer/> -(03) <b>[Action]</b> -(04) http://www.w3.org/2009/02/ws-tra/GetResponse -(05) <b>[Body]</b> -(06) <wsrt:GetResponse> -(07) <wsrt:Result...><em>xs:any</em></wsrt:Result> + -(08) </wsrt:GetResponse></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b> +<wsrt:ResourceTransfer/> + +<b>[Action]</b> + http://www.w3.org/2009/02/ws-tra/GetResponse + +<b>[Body]</b> + <wsrt:GetResponse> + <wsrt:Result...><em>xs:any</em></wsrt:Result> + + </wsrt:GetResponse></pre></div></div><p> The following describes additional constraints on the outline listed above: </p><dl><dt class="label"><b>[Headers]</b>/wsrt:ResourceTransfer </dt><dd><p> This header indicates that the response contains body @@ -797,17 +801,19 @@ update its full representation MUST also support wst:Put to update the entire resource representation without using WS- ResourceTransfer extensions. - </p><p>The extended outline for the "Put" operation is:</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b>[Headers]</b> -(02) <wsrt:ResourceTransfer s:mustUnderstand="true"/> -(03) <b>[Action]</b> -(04) http://www.w3.org/2009/02/ws-tra/Put -(05) <b>[Body]</b> -(06) <wsrt:Put Dialect="<em>xs:anyURI</em>"?> -(07) <wsrt:Fragment Mode="<em>xs:anyURI</em>"> -(08) <wsrt:Expression><em>xs:any</em></wsrt:Expression> ? -(09) <wsrt:Value ...><em>xs:any</em></wsrt:Value> ? -(10) </wsrt:Fragment> + -(11) </wsrt:Put></pre></div></div><p> + </p><p>The extended outline for the "Put" operation is:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b> + <wsrt:ResourceTransfer s:mustUnderstand="true"/> + +<b>[Action]</b> + http://www.w3.org/2009/02/ws-tra/Put + +<b>[Body]</b> + <wsrt:Put Dialect="<em>xs:anyURI</em>"?> + <wsrt:Fragment Mode="<em>xs:anyURI</em>"> + <wsrt:Expression><em>xs:any</em></wsrt:Expression> ? + <wsrt:Value ...><em>xs:any</em></wsrt:Value> ? + </wsrt:Fragment> + + </wsrt:Put></pre></div></div><p> The following describes additional constraints on the outline listed above: </p><dl><dt class="label"><b>[Header]</b>/wsrt:ResourceTransfer </dt><dd><p> If present and understood, a resource MUST process the @@ -909,11 +915,13 @@ </p><p> If the resource accepts a Put request and performs the requested update, it MUST reply with a response of the following form: - </p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b>[Headers]</b> -(02) <wsrt:ResourceTransfer/> -(03) <b>[Action]</b> -(04) http://www.w3.org/2009/02/ws-tra/PutResponse -(05) <b>[Body]</b></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b> + <wsrt:ResourceTransfer/> + +<b>[Action]</b> + http://www.w3.org/2009/02/ws-tra/PutResponse + +<b>[Body]</b></pre></div></div><p> The following describes additional constraints on the outline listed above: </p><dl><dt class="label"><b>[Headers]</b>/wsrt:ResourceTransfer </dt><dd><p> This header indicates that the response contains body @@ -1090,18 +1098,20 @@ a resource from zero or more specified fragments of the XML representation. WS-ResourceTransfer further extends the "Create" operation such that any resource metadata MAY be created as part of the creation of the resource. - </p><p>The extended outline for the "Create" operation is:</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b>[Headers]</b> -(02) <wsrt:ResourceTransfer s:mustUnderstand="true"/> -(03) <b>[Action]</b> -(04) http://www.w3.org/2009/02/ws-tra/Create -(05) <b>[Body]</b> -(06) <wsrt:Create Dialect="<em>xs:anyURI</em>"?> -(07) <wsmex:Metadata><em>resource metadata</em></wsmex:Metadata> ? -(08) <wsrt:Fragment> -(09) <wsrt:Expression><em>xs:any</em></wsrt:Expression> ? -(10) <wsrt:Value ...><em>xs:any</em></wsrt:Value> -(11) </wsrt:Fragment> * -(12) </wsrt:Create></pre></div></div><p> + </p><p>The extended outline for the "Create" operation is:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b> + <wsrt:ResourceTransfer s:mustUnderstand="true"/> + +<b>[Action]</b> + http://www.w3.org/2009/02/ws-tra/Create + +<b>[Body]</b> + <wsrt:Create Dialect="<em>xs:anyURI</em>"?> + <wsmex:Metadata><em>resource metadata</em></wsmex:Metadata> ? + <wsrt:Fragment> + <wsrt:Expression><em>xs:any</em></wsrt:Expression> ? + <wsrt:Value ...><em>xs:any</em></wsrt:Value> + </wsrt:Fragment> * + </wsrt:Create></pre></div></div><p> The following describes additional constraints on the outline listed above: </p><dl><dt class="label"><b>[Header]</b>/wsrt:ResourceTransfer </dt><dd><p> If present and understood, a resource MUST process the @@ -1169,14 +1179,16 @@ </p></dd></dl><p> If the resource factory accepts a Create request, it MUST reply with a response of the following form: - </p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b>[Headers]</b> -(02) <wsrt:ResourceTransfer/> -(03) <b>[Action]</b> -(04) http://www.w3.org/2009/02/ws-tra/CreateResponse -(05) <b>[Body]</b> -(06) <wst:ResourceCreated> -(07) <em>wsa:EndpointReferenceType</em> -(08) </wst:ResourceCreated></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b> + <wsrt:ResourceTransfer/> + +<b>[Action]</b> + http://www.w3.org/2009/02/ws-tra/CreateResponse + +<b>[Body]</b> + <wst:ResourceCreated> + <em>wsa:EndpointReferenceType</em> + </wst:ResourceCreated></pre></div></div><p> The following describes additional constraints on the outline listed above: </p><dl><dt class="label"><b>[Headers]</b>/wsrt:ResourceTransfer </dt><dd><p> This header indicates that the response contains body Index: wsrt.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- wsrt.xml 23 Mar 2009 19:38:29 -0000 1.16 +++ wsrt.xml 24 Mar 2009 01:10:42 -0000 1.17 @@ -1054,14 +1054,16 @@ <p>The outline for wsrt:Get is:</p> <example> - <eg>(01) <kw>[Headers]</kw> -(02) <wsrt:ResourceTransfer s:mustUnderstand="true"? /> -(03) <kw>[Action]</kw> -(04) http://www.w3.org/2009/02/ws-tra/Get -(05) <kw>[Body]</kw> -(06) <wsrt:Get Dialect="<emph>xs:anyURI</emph>"?> -(07) <wsrt:Expression ...><emph>xs:any</emph></wsrt:Expression> * -(08) </wsrt:Get></eg> + <eg><kw>[Headers]</kw> + <wsrt:ResourceTransfer s:mustUnderstand="true"? /> + +<kw>[Action]</kw> + http://www.w3.org/2009/02/ws-tra/Get + +<kw>[Body]</kw> + <wsrt:Get Dialect="<emph>xs:anyURI</emph>"?> + <wsrt:Expression ...><emph>xs:any</emph></wsrt:Expression> * + </wsrt:Get></eg> </example> <p> @@ -1147,14 +1149,16 @@ </p> <example> - <eg>(01) <kw>[Headers]</kw> -(02) <wsrt:ResourceTransfer/> -(03) <kw>[Action]</kw> -(04) http://www.w3.org/2009/02/ws-tra/GetResponse -(05) <kw>[Body]</kw> -(06) <wsrt:GetResponse> -(07) <wsrt:Result...><emph>xs:any</emph></wsrt:Result> + -(08) </wsrt:GetResponse></eg> + <eg><kw>[Headers]</kw> +<wsrt:ResourceTransfer/> + +<kw>[Action]</kw> + http://www.w3.org/2009/02/ws-tra/GetResponse + +<kw>[Body]</kw> + <wsrt:GetResponse> + <wsrt:Result...><emph>xs:any</emph></wsrt:Result> + + </wsrt:GetResponse></eg> </example> <p> @@ -1375,17 +1379,19 @@ <p>The extended outline for the "Put" operation is:</p> <example> - <eg>(01) <kw>[Headers]</kw> -(02) <wsrt:ResourceTransfer s:mustUnderstand="true"/> -(03) <kw>[Action]</kw> -(04) http://www.w3.org/2009/02/ws-tra/Put -(05) <kw>[Body]</kw> -(06) <wsrt:Put Dialect="<emph>xs:anyURI</emph>"?> -(07) <wsrt:Fragment Mode="<emph>xs:anyURI</emph>"> -(08) <wsrt:Expression><emph>xs:any</emph></wsrt:Expression> ? -(09) <wsrt:Value ...><emph>xs:any</emph></wsrt:Value> ? -(10) </wsrt:Fragment> + -(11) </wsrt:Put></eg> + <eg><kw>[Headers]</kw> + <wsrt:ResourceTransfer s:mustUnderstand="true"/> + +<kw>[Action]</kw> + http://www.w3.org/2009/02/ws-tra/Put + +<kw>[Body]</kw> + <wsrt:Put Dialect="<emph>xs:anyURI</emph>"?> + <wsrt:Fragment Mode="<emph>xs:anyURI</emph>"> + <wsrt:Expression><emph>xs:any</emph></wsrt:Expression> ? + <wsrt:Value ...><emph>xs:any</emph></wsrt:Value> ? + </wsrt:Fragment> + + </wsrt:Put></eg> </example> <p> @@ -1553,11 +1559,13 @@ </p> <example> - <eg>(01) <kw>[Headers]</kw> -(02) <wsrt:ResourceTransfer/> -(03) <kw>[Action]</kw> -(04) http://www.w3.org/2009/02/ws-tra/PutResponse -(05) <kw>[Body]</kw></eg> + <eg><kw>[Headers]</kw> + <wsrt:ResourceTransfer/> + +<kw>[Action]</kw> + http://www.w3.org/2009/02/ws-tra/PutResponse + +<kw>[Body]</kw></eg> </example> <p> @@ -1796,18 +1804,20 @@ <p>The extended outline for the "Create" operation is:</p> <example> - <eg>(01) <kw>[Headers]</kw> -(02) <wsrt:ResourceTransfer s:mustUnderstand="true"/> -(03) <kw>[Action]</kw> -(04) http://www.w3.org/2009/02/ws-tra/Create -(05) <kw>[Body]</kw> -(06) <wsrt:Create Dialect="<emph>xs:anyURI</emph>"?> -(07) <wsmex:Metadata><emph>resource metadata</emph></wsmex:Metadata> ? -(08) <wsrt:Fragment> -(09) <wsrt:Expression><emph>xs:any</emph></wsrt:Expression> ? -(10) <wsrt:Value ...><emph>xs:any</emph></wsrt:Value> -(11) </wsrt:Fragment> * -(12) </wsrt:Create></eg> + <eg><kw>[Headers]</kw> + <wsrt:ResourceTransfer s:mustUnderstand="true"/> + +<kw>[Action]</kw> + http://www.w3.org/2009/02/ws-tra/Create + +<kw>[Body]</kw> + <wsrt:Create Dialect="<emph>xs:anyURI</emph>"?> + <wsmex:Metadata><emph>resource metadata</emph></wsmex:Metadata> ? + <wsrt:Fragment> + <wsrt:Expression><emph>xs:any</emph></wsrt:Expression> ? + <wsrt:Value ...><emph>xs:any</emph></wsrt:Value> + </wsrt:Fragment> * + </wsrt:Create></eg> </example> <p> @@ -1937,14 +1947,16 @@ </p> <example> - <eg>(01) <kw>[Headers]</kw> -(02) <wsrt:ResourceTransfer/> -(03) <kw>[Action]</kw> -(04) http://www.w3.org/2009/02/ws-tra/CreateResponse -(05) <kw>[Body]</kw> -(06) <wst:ResourceCreated> -(07) <emph>wsa:EndpointReferenceType</emph> -(08) </wst:ResourceCreated></eg> + <eg><kw>[Headers]</kw> + <wsrt:ResourceTransfer/> + +<kw>[Action]</kw> + http://www.w3.org/2009/02/ws-tra/CreateResponse + +<kw>[Body]</kw> + <wst:ResourceCreated> + <emph>wsa:EndpointReferenceType</emph> + </wst:ResourceCreated></eg> </example> <p>
Received on Tuesday, 24 March 2009 01:10:53 UTC