3.1.4.23 GetRatingOnUrl

The GetRatingOnUrl operation retrieves a social rating that was added by the current user for a specified URI.

The following is the WSDL port type specification of the GetRatingOnUrl WSDL operation.

 <wsdl:operation name="GetRatingOnUrl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetRatingOnUrlSoapIn"/>
   <wsdl:output message="tns:GetRatingOnUrlSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetRatingOnUrlSoapIn request message (section 3.1.4.23.1.1) and the protocol server responds with a GetRatingOnUrlSoapOut response message (section 3.1.4.23.1.2).

The protocol server MUST return only the social rating that is associated with both the current user and a specified URI. If the current user does not have permission to view the social rating on the specified url, the protocol server MUST send a SOAP fault message.