3.1.4.11 GetSiteAndWeb

The GetSiteAndWeb operation is used to get the URL of the site collection and the site to which the specified URL belongs.

 <wsdl:operation name="GetSiteAndWeb">
     <wsdl:input message="GetSiteAndWebSoapIn" />
     <wsdl:output message="GetSiteAndWebSoapOut" />
 </wsdl:operation>

The protocol client sends a GetSiteAndWebSoapIn request message, and the protocol server responds with a GetSiteAndWebSoapOut response message.