Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The SharePoint web services <a href="http://msdn.microsoft.com/en-us/library/aa979690.aspx" rel="nofollow noreferrer">documentation on MSDN</a> contains several how-tos and walkthroughs. The most important ones from what you've described are:</p> <ul> <li><p><a href="http://msdn.microsoft.com/en-us/library/lists.lists_members.aspx" rel="nofollow noreferrer">Lists</a>: Retrieving and updating file metadata, checking in and checking out files. Particularly look at <a href="http://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems.aspx" rel="nofollow noreferrer">UpdateListItems</a>.</p></li> <li><p><a href="http://msdn.microsoft.com/en-us/library/ms774413.aspx" rel="nofollow noreferrer">List Data Retrieval</a>: <a href="http://msdn.microsoft.com/en-us/library/ms774520.aspx" rel="nofollow noreferrer">Query</a> method returns the items in a list. Use a tool such as <a href="http://www.u2u.be/Res/Tools/CamlQueryBuilder.aspx" rel="nofollow noreferrer">U2U CAML Query Builder</a> the create the CAML query.</p></li> </ul> <p>If you have trouble finding out how to do something, search this site. Many questions about using the SharePoint web services have already been asked here, e.g. <a href="https://stackoverflow.com/questions/31868/upload-a-file-to-sharepoint-through-the-built-in-web-services">this one for uploading documents</a>.</p> <p>Be warned: relying solely on these web services will probably cause you problems at some point. They are missing a lot of functionality present in the SharePoint user interface and object model. Make sure you test all functionality required with proof of concepts before committing to this approach, or be ready to <a href="http://msdn.microsoft.com/en-us/library/ms464040.aspx" rel="nofollow noreferrer">write a custom web service</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload