3.1.4.19.2.2 GetWebPartPageConnectionInfoResponse

The GetWebPartPageConnectionInfoResponse element is the response to a GetWebPartPageConnectionInfo request. It contains the information about available Web Part connection types to be used for creating Web Part connections. This element is defined as follows:

 <s:element name="GetWebPartPageConnectionInfoResponse" xmlns:s="http://www.w3.org/2001/XMLSchema">
    <s:complexType>
       <s:sequence>
          <s:element name="GetWebPartPageConnectionInfoResult" type="s:string" minOccurs="1" maxOccurs="1" />
       </s:sequence>
    </s:complexType>
 </s:element>

GetWebPartPageConnectionInfoResult: An XML-encoded string, that, after decoding, matches the Web Part Connection Information Schema, as defined in section 2.2.3.1.