-
Website
http://www.jackbe.com/dev/ -
Original page
http://www.jackbe.com/enterprise-mashup/knowledge-base/code_sample/mashup-code-samples-developers-guide-mashups-and-microsoft-sharepoint -
Subscribe
All Comments -
Community
-
Top Commenters
-
Popular Threads
I am successfully using Service Explorer to get at content in Sharepoint sites but all this does is confirm to me that SharePoint is NOT an end user tool. It is a development platform.
I am still struggling to extract useful information from SharePoint. It seems that it is necessary to set up a series of mashups. The first to get a list. Then you need to get a view. Then you can see in wires that there is data but piecing it together to display the content of your data is overly complex.
This is probably an opportunity for someone to develop a series of mashup macro templates that can be configured to allow lay users, like myself, to customize in order to extract the data from lists.
The examples here are very simplistic. SharePoint is more complicated than the examples make out. The biggest gotcha I have found is in the examples you have to be very aware of the item limit in the view being used. The Sharepoint WSDL for GetListItems only returns the contents of the first page of a view. As a precaution you may want to set the rowLimit value to a very high number.
I am still investigating other "anomalies" I have a couple of other lists with a large number of entries in them. I have copied the Tasks GetListItems example but these large lists do not want to display in XML or grid format in the mashlet maker.