3.1.4.6.2.2 UpdateViewResponse
The UpdateViewResponse element defines the output parameters for the UpdateView operation (section 3.1.4.6). The definition of the UpdateViewResponse element is as follows.
-
<s:element name="UpdateViewResponse"> <s:complexType> <s:sequence> <s:element name="UpdateViewResult" minOccurs="1" maxOccurs="1"> <s:complexType> <s:sequence> <s:element name="View" type="tns:BriefViewDefinition" minOccurs="1" maxOccurs="1"/> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element>
UpdateViewResult: If the protocol server successfully updates the list view, it MUST return a View element that specifies the list view. The type of the View element is BriefViewDefinition, which is specified in section 2.2.4.1.