Search code examples
httpssharepoint-2013biztalkcsombiztalk-2013

Does the BizTalk 2013 R2 SharePoint adapter support HTTPS?


I'm looking into a potential integration solution that would use BizTalk 2013 R2 to interact with a SharePoint Online using the Client Side Object Model. However, I want to keep security in mind and so I'm trying to verify that the WSS adapter supports HTTPS. I can't find anywhere in the documentation that states this explicitly, and it will take some effort before I'm capable of testing it out.

Is it sufficient to simply use an https URL with port 443 to configure the WSS adapter to use HTTPS?


Solution

  • What Is the Windows SharePoint Services Adapter?

    Permissions to Windows SharePoint Services files, lists, and document libraries are restricted using Windows SharePoint Services security. The messages are sent from Windows SharePoint Services directly into BizTalk Server. The communication between the adapter runtime and the Web service is done over HTTP or HTTPS.

    The adapter assumes that the BTSharePointAdapterWS Web service is using the same HTTP scheme (HTTP or HTTPS) as the Windows SharePoint Services site. This means that the adapter will use HTTPS to communicate with the BTSSharePointAdapterWS Web service when the Windows SharePoint Services Site is created on a secure IIS Web site, or it will use HTTP to communicate with the BTSharePointAdapterWS Web service when the Windows SharePoint Services site is created on an IIS Web site without a server certificate.

    (Bolding added for emphasis).

    Configure the SharePoint Site URL to have https:// and you should not have to specify the port.