创作步骤 3:定义 LobSystem 实例

上次修改时间: 2010年4月19日

适用范围: SharePoint Server 2010

对于 Web 服务,LobSystem 实例定义 Business Data Connectivity (BDC) Service 将使用的其他连接和身份验证参数。有关 LobSystemInstance 属性的详细列表,请参阅 BDC 自定义属性

先决条件

创作步骤 2:定义顶级安全参数

定义 LOBSystem 实例

将以下 XML 作为 LobSystem 元素的子项添加到 AccessControlList 元素之后。

<LobSystemInstances>
  <LobSystemInstance Name="http://air-mail/WSOrders2010/service.asmx?wsdl">
    <Properties>
      <Property Name="WcfAuthenticationMode" 
                Type="System.String">PassThrough</Property>
      <Property Name="WcfEndpointAddress" 
                Type="System.String">http://air-mail/WSOrders2010/service.asmx
      </Property>
      <Property Name="ShowInSearchUI" Type="System.String"></Property>
    </Properties>
  </LobSystemInstance>
</LobSystemInstances>

后续步骤

创作步骤 4:定义 Address 外部内容类型