3.1.4.27 SaveWebPart2

The SaveWebPart2 operation<110> updates an existing Web Part in a page. In addition to the functionality of the SaveWebPart operation (section 3.1.4.26), it enables the client to change the underlying object type of the Web Part if the parameter allowTypeChange is set to TRUE.

This operation is defined as follows:

 <wsdl:operation name="SaveWebPart2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:input message="tns:SaveWebPart2SoapIn" />
    <wsdl:output message="tns:SaveWebPart2SoapOut" />
 </wsdl:operation>

The client sends a SaveWebPart2SoapIn request message (section 3.1.4.27.1.1), and the server responds with a SaveWebPart2SoapOut response message (section 3.1.4.27.1.2).