sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

How to use list joins and projected fields with spservices #68

Open manjunathreddy1 opened 6 years ago

manjunathreddy1 commented 6 years ago

Hi All, Can anyone tell me how to use sharepoint list joins and projected fields along with caml query in spservices.

purtuga commented 6 years ago

​Unless Marc has changed something in SPServices to work with the REST end points, I don' thtink what you are requesting is possible... SPServices API methods use the old/deprecated (but still very usable :) ) services, which I don't think support these more advanced CAML queries. ​

sympmarc commented 6 years ago

@purtuga is correct. There was never a capability in the SOAP services to use joins or projections.