Appendix B: Install the Microsoft SharePoint Adapter
BizTalk Server includes a SharePoint adapter that can receive messages or send messages to SharePoint.
The software requirements for BizTalk Server 2016 and BizTalk Server 2013 R2 / 2013 list the supported SharePoint versions.
SharePoint adapter in BizTalk Server 2016
The BizTalk Server setup automatically installs the CSOM redistributable package, just like the File adapter, FTP adapter, and other out-of-the-box adapters.
The SSOM option is removed, and is not available.
SharePoint adapter in BizTalk Server 2013 and R2
In BizTalk Server 2013 R2 and BizTalk Server 2013, there are two options for the SharePoint adapter.
SharePoint object model | Description |
---|---|
CSOM - SharePoint Adapter | Recommended. The BizTalk Server setup automatically installs the CSOM redistributable package, just like the File adapter, FTP adapter, and other out-of-the-box adapters. There are no installation requirements on the SharePoint computer. |
SSOM - SharePoint Web Service | Deprecated. On the SharePoint computer, run the BizTalk Server setup, and only select the SharePoint Adapter. This setup installs an IIS web service that handles the communication to the SharePoint adapter on BizTalk Server. In most environments, BizTalk Server and SharePoint are on separate computers. |
Before You Install
The SharePoint SSOM and CSOM components can both be installed if BizTalk Server 2013 R2 or 2013 and SharePoint are installed on the same computer.
When installing SharePoint, click the Server Farm option, even when you are creating a single-server BizTalk Server and SharePoint installation. A Server Farm installation allows you to configure the SharePoint databases.
CSOM: SharePoint Services Adapter provides information on configuring a SharePoint receive location and send port.
BizTalk Server 2010 and previous versions use the Server Side Object Model (SSOM) to connect to SharePoint 2010.
CSOM and SSOM supported versions
SharePoint support is listed in the following table:
Version | Supports CSOM | Supports SSOM |
---|---|---|
SharePoint 2016 | Yes | No |
SharePoint 2013 | Yes | No |
SharePoint Online | Yes | No |
SharePoint 2010 | Yes | Yes |
SharePoint 2007 | No | Yes |
Install the CSOM SharePoint adapter
Use a SharePoint computer based on the following requirements:
Version CSOM Support SharePoint 2016
Install SharePoint 2016Yes SharePoint 2013
Install SharePoint 2013Yes SharePoint Online
SharePoint Online administrationYes SharePoint 2010
Installation and Deployment for SharePoint Server 2010Yes SharePoint 2007 No On the BizTalk Server, install Windows Identity Foundation:
Operating System Info Windows 10, Windows 8.1, Windows Server 2016, Windows Server 2012, and Windows Server 2012 R2 Windows Identity Foundation is included with the operating system as a Feature in Turn Windows features on or off. Windows Vista SP1 Download available at Windows Identity Foundation. Install BizTalk Server:
Version Action BizTalk Server 2016 Run BizTalk setup. BizTalk Server 2013 R2 Run BizTalk setup, and do not check Windows SharePoint Services Adapter. BizTalk Server 2013 Run BizTalk setup, and do not check Windows SharePoint Services Adapter.
Install the SSOM SharePoint adapter (deprecated)
Use a SharePoint computer based on the following SSOM requirements:
Version SSOM Support SharePoint 2016
Install SharePoint 2016No SharePoint 2013
Install SharePoint 2013No SharePoint Online
SharePoint Online administrationNo SharePoint 2010
Installation and Deployment for SharePoint Server 2010Yes SharePoint 2007
Installation for SharePoint Server 2007Yes On the SharePoint computer, configure SharePoint, and extend the Default Web Site. When you extend the web site, a separate IIS web site is created that contains the same content but also provides a unique URL and authentication type.
On the SharePoint computer, run the BizTalk Server installation and only check Windows SharePoint Services Adapter. This installs the web service. Do not run the BizTalk configuration.
On the BizTalk Server, install BizTalk Server. Do not check Windows SharePoint Services Adapter.
The SharePoint Web Service (SSOM) only runs in 64-bit mode. ASP.NET and the IIS application pool must be in 64-bit mode on the SharePoint computer before installing SharePoint. To do this:
ASP.NET: Open IIS Manager, click the web site, and then double-click Handler Mappings. In the Enabled list, confirm PageHandlerFactory-ISAPI-2.0-64 is listed.
Application Pool: Open IIS Manager, click Application Pools, select the application pool, and then click Advanced Settings. In Enable 32-bit applications, select False.