Hi All,
I need to search a custom list content using webservice… the search request is generated through iPhone using webservice and get the desired result from SharePoint custom list…
Please Help…
I strongly suggest using REST endpoint APIs. Here is a reference documentation for SharePoint List objects in REST: http://msdn.microsoft.com/en-us/library/jj245826.aspx. REST endpoints can be queried easily from Objective C (An example here http://projects.lukeredpath.co.uk/resty/)