Getting the BPMTestApplication Solution

Some prerequisites are required to be able to examine and run BPMTestApplication.

You must have the following software installed:

  • Microsoft Visual Studio 2010
  • Microsoft .NET Framework 4

Procedure

  1. Download the BPMTestApplication.zip file.
  2. Unzip the file to a suitable local directory. Note that BPMTestApplication contains two folders:
    • src  Source. This folder in turn contains two projects:
      • BPMTestApplication — implements the application layer, which provides the client user interface and end-user functionality.
      • ProxyLayer — provides the interface between the application layer and BPM services.
    • dist  Distribution. This contains the executable and the ProxyLayer.dll needed to run the application.
  3. Open the BPMTestApplication\src\BPMTestApplication\BPMTestApplication.sln solution file in Visual Studio.