3.1.4.7 GetList

The GetList operation is used to obtain general information about a list, its schema (field names and their types), and the permissions granted to various users and groups (2).

 <wsdl:operation name="GetList">
       <wsdl:input message="GetListSoapIn" />
       <wsdl:output message="GetListSoapOut" />
 </wsdl:operation>

The protocol client sends a GetListSoapIn request message, and the protocol server responds with a GetListSoapOut message.