August 2010
Intermediate to advanced
1224 pages
34h 17m
English
The vendor reservation service in this example is simply a simulated, third-party service that the workflow might call. It is here to round out the business case as well as demonstrate a useful feature of the workflow designer (more on this in the “Design the Workflow” section). Because it is simulated, we are not going to add too much to it. Follow these steps to define this simple, mock-object:
1. Start with the VendorReservationService WCF project. First, rename the service to TravelBooking.svc in Solution Explorer. You will need to open the class file and rename the class there, too. When you do so, you will want to use the smart tag to execute the rename refactor; otherwise, you will have to open the ...