3.1.4.6 GetContentEx

The GetContentEx operation<35> is used by the protocol client to request content information, similar to GetContent as described in section 3.1.4.5. GetContentEx has the following SOAPAction header value:

 http://schemas.microsoft.com/sharepoint/soap/GetContentEx

GetContentEx has the following schema:

 <wsdl:operation name="GetContentEx">
     <wsdl:input message="GetContentExSoapIn" />
     <wsdl:output message="GetContentExSoapOut" />
 </wsdl:operation>

The protocol client sends a GetContentExSoapIn request message and the protocol server responds with a GetContentExSoapOut response message.