3.1.4.12 GetSiteUrl

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

 <wsdl:operation name="GetSiteUrl">
     <wsdl:input message="GetSiteUrlSoapIn" />
     <wsdl:output message="GetSiteUrlSoapOut" />
 </wsdl:operation>

The protocol client sends a GetSiteUrlSoapIn request message, and the protocol server responds with a GetSiteUrlSoapOut response message.