3.1.4.5.2.2 GetViewHtmlResponse

The GetViewHtmlResponse element defines the output parameters for the GetViewHtml operation (section 3.1.4.5). The definition of the GetViewHtmlResponse element is as follows.

 <s:element name="GetViewHtmlResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="GetViewHtmlResult" minOccurs="1" maxOccurs="1">
         <s:complexType>
           <s:sequence>
             <s:element name="View" type="core:ViewDefinition" minOccurs="1" maxOccurs="1"/>
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>

GetViewHtmlResult: Represents the result of the operation. It MUST include the corresponding View element when the operation succeeds. The type of the View element is specified in [MS-WSSCAML] section 2.3.2.17.