August 2010
Intermediate to advanced
1224 pages
34h 17m
English
It’s finally time to design the actual workflow. The following sections take you through each step you need to get the workflow built and running.
The following takes you through a number of configuration and housekeeping steps for the workflow project (TravelRequestService).
1. Add project reference to both TravelDataLib and UserLookupActivityLib. Right-click the project file; choose Add Reference; select the Projects tab; select both these projects.
2. Define a WCF service reference to VendorReservationService. Right-click the project file; choose Add Service Reference. Click the Discover button on the Add Service Reference dialog box. Select the TravelBooking.svc service. Name your ...