4.8.2 Response

The protocol server would return the following response message:

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope 
   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
     <RenameDwsResponse
       xmlns="http://schemas.microsoft.com/sharepoint/soap/dws/"> 
       <RenameDwsResult>
         &lt;Result/&gt;
       </RenameDwsResult>
     </RenameDwsResponse>
   </soap:Body>
 </soap:Envelope>

The contents of the RenameDwsResult element would be as follows:

 <Result/>