Back to Microsoft SharePoint Integrations
Handler · Version 1

Sharepoint Task Create Microsoft SharePoint

Download GitHub

About

This handler makes a SOAP call (using Savon) to the SharePoint Web Services to create a new announcement in an Announcement list. Savon is then configured to work with the given account credentials. Next, the Batch XML structure is built to give the Web Service the information it needs to create the new announcement, which is then passed via a SOAP call to SharePoint, where the announcement is created and posted to the list. Any errors that occur during this process will be caught and re-raised by the handler. Authentication is done through SSL, so the SharePoint site being accessed needs to be setup to allow SSL connections.

  • Make sure the SharePoint Web Services database is turned on.

How to Obtain the Homepage URL Info Value

To find the homepage url, all you have to do is look at the URL of any page on the SharePoint site. The url that should be inputted should contain both the base url (the top-most site in the collection) and the sub-site that you are on. For example, given the following URL: https://sharepoint.company.com/development/SitePages/Home.aspx The base site is "sharepoint.company.com", the sub-site is "development" and the 'HomePage URL' task info values should be set to: https://sharepoint.company.com/development

Configurations
Name Description Sample
username The username for the Sharepoint account.
password The password for the Sharepoint account. *********
domain The domain of the Sharepoint server where the information will be pulled from.
homepage_url The url for the homepage of the Sharepoint site that this handler will have access to
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Announcement List Name The name of the announcement list that the announcement will be added to. The default announcement list is 'Announcements'. Announcements
Title The title of the new announcement. Sample Announcement
Body The body of the new announcement. Announcements can now be posted from a handler!
Expire Date The date that the annoucement expires in YYYY-MM-DD format. 2013-11-01
Changelog

SharepointAnnouncementCreate_V1 (2013-10-08)

  • Initial version. See README for details.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top