SharePoint
Calling a SharePoint list using Web Service using GetListItems now expects XElement
I recently ran into a problem trying to run CAML queries against a SharePoint 2010 list using the web service and the stub code created by Visual Studio 2010. It seems that Microsoft has made some changes so the GetListItems method now expects the query parameter to be of type System.Xml.Linq.XElement instead of an XMLNode.…
Read More