3.1.4.18 GetCommentsOfUser

The GetCommentsOfUser operation retrieves the social comments that are associated with a specified user profile.

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

 <wsdl:operation name="GetCommentsOfUser" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetCommentsOfUserSoapIn"/>
   <wsdl:output message="tns:GetCommentsOfUserSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetCommentsOfUserSoapIn request message (section 3.1.4.18.1.1) and the protocol server responds with a GetCommentsOfUserSoapOut response message (section 3.1.4.18.1.2).

If the specified user profile does not exist, the protocol server MUST send a SOAP fault message.