3.1.4.5 GetViewHtml

The GetViewHtml operation is used to obtain details of a specified list view of the specified list, including display properties in CAML and HTML. The definition of the GetViewHtml operation is as follows.

 <wsdl:operation name="GetViewHtml">
     <wsdl:input message="tns:GetViewHtmlSoapIn" />
     <wsdl:output message="tns:GetViewHtmlSoapOut" />
 </wsdl:operation>

The protocol client sends a GetViewHtmlSoapIn request message (section 3.1.4.5.1.1), and the protocol server responds with a GetViewHtmlSoapOut response message (section 3.1.4.5.1.2).