3.1.4.6 UpdateView

The UpdateView operation is used to update the specified list view, without the display properties. The definition of the UpdateView element is as follows.

 <wsdl:operation name="UpdateView">
     <wsdl:input message="tns:UpdateViewSoapIn" />
     <wsdl:output message="tns:UpdateViewSoapOut" />
 </wsdl:operation>

The protocol client sends an UpdateViewSoapIn request message (section 3.1.4.6.1.1), and the protocol server responds with an UpdateViewSoapOut response message (section 3.1.4.6.1.2).