Creating the services.cs file

The services.cs file, in the src\BPMTestApplication\ProxyLayer folder, is a service model code file that represents the Business Resource Management, Directory Services, and Work Presentation Services.

Procedure

  1. Download the zip file containing the BPM public web service API.
  2. Open a Microsoft Visual Studio command prompt.
  3. Change to the directory containing the WSDL/XSD files.
  4. Run the command:
    Svcutil.exe /out:Services.cs brm.wsdl de.wsdl wp.wsdl *.xsd
    Note: Alternatively, you could use the following command to generate a service model code file that contains the entire BPM web service API:
    Svcutil.exe /out:Services.cs *.wsdl *.xsd
  5. Import Services.cs into the ProxyLayer project of the BPMTestApplication solution.