Sending and receiving a reply to a WCF message in code workflow

In this task, we are going to create a WCF client workflow. The workflow will send a WCF request with two integer numbers to a WF service and receive a reply from a WCF service with the addition result.

Getting ready

Now that we have finished at least one of the previous tasks—R eceiving and replying to a WCF message or Receiving and replying to a WCF message in code workflow—we can choose one of them as the WF service in this task. In this task I will use the code-style WF service.

How to do it...

  1. Create a Workflow Console Application project:

    Create a new Workflow Console project and name it SendAndReceiveInCode.

  2. Create workflow in imperative code:

    Add a new class file SendAndReceiveWorkflow.cs ...

Get Microsoft Windows Workflow Foundation 4.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.