我应该使用 BizTalk 2016 中的信息更新 SharePoint 列表。我的目标是使用 Windows SharePoint Services 适配器和 CSOM。我在 BizTalk 服务器上启用了 Windows Identity Foundation(在安装 BizTalk 之后)。
发送端口运行时出现以下错误:
未找到 Windows SharePoint Services 站点。URL“ http://xxx.sharepoint.com/sites/yyy/ ”指向没有 Windows SharePoint Services 站点的 SharePoint 对象。
我已启用 WIF 跟踪(但我没有收到日志):
<system.diagnostics>
<sources>
<source name="System.IdentityModel" switchValue="Verbose">
<listeners>
<add name="xml" type="System.Diagnostics.XmlWriterTraceListener" initializeData="C:\logs\WIF.xml" />
</listeners>
</source>
</sources>
<trace autoflush="true" />
</system.diagnostics>
我已经尝试在发送端口配置中提供凭据,并通过使用特定域帐户运行特定主机。同样的错误。
BizTalk 计算机上禁用了 Windows 防火墙。