How to Create a WCF Adapter for BizTalk Server

There are three parts to creating a BizTalk Windows Communication Foundation (WCF) adapter.

Setting the Directory Security

Ensure that the Directory Security Access Control for the WCF service allows for anonymous access; this simplifies the application access.

For example, if your application is named MyBizTalkService3 and you have a MyBizTalkService3 that is in Default Websites, you would follow this procedure to set the access control.

To set the access control in Windows Server 2008

  1. Click Start, click All Programs, expand Administrative Tools, and then click Internet Information Services (IIS) Manager.

  2. In the Internet Information Services (IIS) Manager window, expand your server name, expand Sites, expand Internet Information Services, and then expand Default Web Site.

  3. Right-click MyBizTalkService3, and then click Edit Permissions.

  4. On the Security tab of the MyBizTalkService3 Properties dialog box, click Edit.

  5. In the Permissions for MyBizTalkService3 dialog box, click Add.

  6. In the Select Users, Computers, or Groups dialog box, type anonymous logon and then click OK.

  7. Select ANONYMOUS LOGON in the Group or user names section, select Read & execute in the Permissions for ANONYMOUS LOGON section, and then click OK.

  8. Click OK to close the MyBizTalkService3 Properties dialog box.

    To confirm that the service is configured correctly, right-click the service, and then click Browse.

    If the service is configured correctly, you will see a screen similar to the one below.

    BizTalkServiceInstance Service Screen

See Also

Configuring the WCF Adapter to Intercept BAM Data