Windows Workflow Foundation in .NET Framework 3.5 comes with two new activities: SendActivity and ReceiveActivity. These are two new services to work with WCF services. The first one, SendActivity, can be used to send requests to WCF services and the second one, ReceiveActivity, can be used to receive the response from services. In this post I talk about the SendActivity and in one of upcoming posts, I'll cover ReceiveActivity. Create a Service First, let me create a WCF service for this example...