3.1.4.26 SaveWebPart

The SaveWebPart operation updates a Web Part in a Web Part zone in a page.

This operation is defined as follows:

 <wsdl:operation name="SaveWebPart" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:input message="tns:SaveWebPartSoapIn" />
    <wsdl:output message="tns:SaveWebPartSoapOut" />
 </wsdl:operation>

The client sends a SaveWebPartSoapIn request message (section 3.1.4.26.1.1), and the server responds with a SaveWebPartSoapOut response message (section 3.1.4.26.1.2).