3.1.4.6 GetSite

The GetSite operation is used to retrieve information about the site collection of the context site. This information includes the following:

  • Metadata about the site collection.

  • All the subsites in the site collection.

  • All the users of the site collection.

  • All the groups of the site collection.

     <wsdl:operation name="GetSite">
         <wsdl:input message="GetSiteSoapIn" />
         <wsdl:output message="GetSiteSoapOut" />
     </wsdl:operation>
    

The protocol client sends a GetSiteSoapIn request message, and the protocol server responds with a GetSiteSoapOut response message.