February 2019
Intermediate to advanced
494 pages
11h 5m
English
We move ahead to create a BizTalk solution that will call a WCF service hosted within the corporate network.
Create a Visual Studio BizTalk project and use Add Generated Items | Consume WCF Service to generate an XML schema for the WCF service that will return customer account details:

Enter the URL of the on-premises WCF service to generate the WCF data contract that will be used within the orchestration:

Create a simple orchestration that will receive a customerId instance as the request and call ...