Showing posts with label Web Services. Show all posts
Showing posts with label Web Services. Show all posts

Monday, December 3, 2012

How to Auto-Populate a SharePoint 2010 Contacts list from User Profile Data

How to Auto-Populate a SharePoint 2010 Contacts list from User Profile Data from C5 Insight

Friday, October 15, 2010

Start SharePoint Workflow from Web Services

Just some quick points:
  • I place the web application with the web services under the same application pool of SharePoint, also in the web services I use SPSecurity.RunWithElevatedPrivileges. Otherwise, you may run into the error message like the following: System.IO.FileNotFoundException thrown by the SPSite constructor.
  • Also I enabled web.AllowUnsafeUpdates so that to not run into security validation error.