WWW/2002/ws/ra/edcopies wst.html,1.97,1.98 wst.xml,1.96,1.97

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv31423

Modified Files:
	wst.html wst.xml 
Log Message:
7774


Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- wst.xml	19 Jan 2010 23:14:49 -0000	1.96
+++ wst.xml	27 Jan 2010 00:59:33 -0000	1.97
@@ -683,7 +683,7 @@
         <head>Put</head>
         <p>
          This specification defines one Web service operation (Put) for 
-         updating a resource by providing a replacement representation. 
+         updating a resource. 
          This operation MAY be supported by compliant WS-Transfer resources.
          A resource MAY accept updates that provide different XML 
          representations than that returned by the resource; in such a 
@@ -693,7 +693,11 @@
         <p>
          Unless otherwise specified by an extension, this operation will 
          replace the entire XML representation of the 
-         resource, and any OPTIONAL values (elements or attributes) not 
+         resource with the resource representation in the Put request message,
+         or if the Put request message contains instructions, update the XML 
+         representation based on those instructions. When this operation is 
+         used to replace the entire XML representation, any OPTIONAL values 
+         (elements or attributes) not 
          specified in the Put request message will be set to a 
          resource-specific default value.
         </p>
@@ -723,7 +727,8 @@
               <p>
                This REQUIRED element MUST have as its first child element, 
                an element that comprises the representation of the resource 
-               that is to be replaced. 
+               that is to be replaced or instructions for updating the
+               resource. 
               </p>
             </def>
           </gitem>
@@ -765,7 +770,7 @@
 
         <p>
          A Put request MUST be targeted at the resource whose representation is
-         desired to be replaced, as described in 
+         desired to be updated, as described in 
          <specref ref="Notations_and_Terminology"/> of this specification.
         </p>
 
@@ -2749,6 +2754,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8283">8283</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2010/01/26 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7774">7774</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- wst.html	19 Jan 2010 23:14:49 -0000	1.97
+++ wst.html	27 Jan 2010 00:59:31 -0000	1.98
@@ -376,7 +376,7 @@
   &lt;/xxx:Customer&gt;</pre></div></div></div><div class="div2">
 <h3><a name="Put" id="Put"/>3.2 Put</h3><p>
          This specification defines one Web service operation (Put) for 
-         updating a resource by providing a replacement representation. 
+         updating a resource. 
          This operation MAY be supported by compliant WS-Transfer resources.
          A resource MAY accept updates that provide different XML 
          representations than that returned by the resource; in such a 
@@ -385,7 +385,11 @@
         </p><p>
          Unless otherwise specified by an extension, this operation will 
          replace the entire XML representation of the 
-         resource, and any OPTIONAL values (elements or attributes) not 
+         resource with the resource representation in the Put request message,
+         or if the Put request message contains instructions, update the XML 
+         representation based on those instructions. When this operation is 
+         used to replace the entire XML representation, any OPTIONAL values 
+         (elements or attributes) not 
          specified in the Put request message will be set to a 
          resource-specific default value.
         </p><p>
@@ -402,7 +406,8 @@
         </p><dl><dt class="label"><b>[Body]</b>/wst:Put </dt><dd><p>
                This REQUIRED element MUST have as its first child element, 
                an element that comprises the representation of the resource 
-               that is to be replaced. 
+               that is to be replaced or instructions for updating the
+               resource. 
               </p></dd><dt class="label"><b>[Body]</b>/wst:Put@Dialect </dt><dd><p>
                 When this OPTIONAL attribute is present it contains a IRI that 
                 refers to additional information for the service on how to 
@@ -422,7 +427,7 @@
          implementation MUST generate a wst:UnknownResource fault.
         </p><p>
          A Put request MUST be targeted at the resource whose representation is
-         desired to be replaced, as described in 
+         desired to be updated, as described in 
          <a href="#Notations_and_Terminology"><b>2 Terminology and Notation</b></a> of this specification.
         </p><p>
          If an implementation that performs schema validation on a presented 
@@ -1485,4 +1490,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8303">8303</a></td></tr><tr><td> 2010/01/12 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8176">8176</a></td></tr><tr><td> 2010/01/19 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8301">8301</a></td></tr><tr><td> 2010/01/19 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8283">8283</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=8283">8283</a></td></tr><tr><td> 2010/01/26 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7774">7774</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Wednesday, 27 January 2010 00:59:37 UTC