Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: SocialDataService

$
0
0

Hi,

1. For a list item I tried URLs like below with GetRatingOnUrl but nothing worked.

  • http//<list path>/2_.000 // Here 2 is th id of the item
  • /_layouts/listform.aspx?PageType=4&List={B5370A4E-3686-4F60-B566-6F54FB907633}&ID=2
  • /_layouts/listform.aspx?PageType=4&List={B5370A4E-3686-4F60-B566-6F54FB907633}&ID=2&ContentTypeID=0x01009D026381C2922145BEFE40F8948D3E84
  • /_layouts/listform.aspx?PageType=4&ListID={B5370A4E-3686-4F60-B566-6F54FB907633}&ID=2&ContentTypeID=0x01009D026381C2922145BEFE40F8948D3E84
  • /_layouts/listform.aspx?PageType=4&List={B5370A4E-3686-4F60-B566-6F54FB907633}&ID=2&RootFolder=*
  • Also variants of above with DispForm.aspx and EditForm.aspx

2. For a document (example mydoc.docx) in a document library, GetRatingonUrl is working. URL is http://<document library path>/mydoc.dox. That means I atleast got URL of the document properly. Now for the same document URL if I use on GetRatingAverageOnUrl, I got soap error as you have mentioned in issue 29 Oct. http://spservices.codeplex.com/workitem/7492

I am using SPServices version 0.7.2 and jquery version 1.8.2.

-Sameer 


Viewing all articles
Browse latest Browse all 6517

Trending Articles