Showing posts with label Web Services. Show all posts
Showing posts with label Web Services. Show all posts
Monday, December 3, 2012
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.
Subscribe to:
Posts (Atom)