3.1.4.18 GetWebPartPage

The GetWebPartPage operation<97> retrieves the implementation-specific<98> markup for a page, as well as the metadata of the page. The server MAY include additional annotations inline in the markup returned. This operation also accepts an additional parameter to request behavior for a specified protocol version.

This operation is defined as follows:

 <wsdl:operation name="GetWebPartPage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:input message="tns:GetWebPartPageSoapIn" />
    <wsdl:output message="tns:GetWebPartPageSoapOut" />
 </wsdl:operation>

The client sends a GetWebPartPageSoapIn request message (section 3.1.4.18.1.1), and the server responds with a GetWebPartPageSoapOut response message (section 3.1.4.18.1.2).