3.1.4.11 GetObjectIdFromUrl

This operation obtains properties of the object referenced by the specified URL.<18> This operation is defined as follows:

 <wsdl:operation name="GetObjectIdFromUrl">
     <wsdl:input message="tns:GetObjectIdFromUrlSoapIn" />
     <wsdl:output message="tns:GetObjectIdFromUrlSoapOut" />
 </wsdl:operation>

The protocol client sends a GetObjectIdFromUrlSoapIn request message, and the protocol server responds with a GetObjectIdFromUrlSoapOut response message as follows:

  1. If the specified URL corresponds to an object on the site, use that object.

  2. Otherwise, the protocol server MUST return a SOAP exception.