Publish WCF Services

An orchestration can be published as a WCF service in BizTalk Server to be called by WCF clients.

Publish WCF services with the isolated WCF adapters

You create and publish WCF services by using the BizTalk WCF Service Publishing Wizard for the isolated WCF adapters such as the WCF-BasicHttp adapter, the WCF-WSHttp adapter, and the WCF-CustomIsolated adapter. This creates a receive location which exists as an out of process application in IIS.

Before you publish a WCF service with the isolated WCF adapters, you should have an understanding of how to host WCF services in Internet Information Services (IIS).

Publish service metadata for the WCF receive locations

You create service metadata for published WCF receive locations by using the BizTalk WCF Service Publishing Wizard. To generate service model client code from the published metadata documents you can use the Service Model Metadata Utility tool (SvcUtil.exe) included in the Windows Software Development Kit (SDK) and .NET Framework Runtime Components.

Important

Before running the BizTalk WCF Service Publishing Wizard, you must enable WCF services. For more information about enabling WCF services for your system, see Configuring IIS for the Isolated WCF Receive Adapters.

Next steps