3.1.4.20.2.2 GetWebPartPageDocumentResponse

The GetWebPartPageResponse element MUST be returned by the server in response to GetWebPartPageDocument. This element is defined as follows:

 <s:element name="GetWebPartPageDocumentResponse" xmlns:s="http://www.w3.org/2001/XMLSchema">
    <s:complexType>
       <s:sequence>
          <s:element name="GetWebPartPageDocumentResult" type="s:string" minOccurs="1" maxOccurs="1"/>
       </s:sequence>
    </s:complexType>
 </s:element>

GetWebPartPageDocumentResult: The return value for this operation is of the same format as the return value of GetWebPartPageResult. If implementation-specific annotations are made to the document retrieved by this operation, the server MAY<102> return different results for GetWebPartPageDocument from those returned for GetWebPartPage, or it can return the same results.