JavaScript must be enabled in order to use this site.
Please enable JavaScript in your browser and refresh the page.
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
Download the zip file containing the BPM public web service API.
Open a Microsoft Visual Studio command prompt.
Change to the directory containing the WSDL/XSD files.
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
Import
Services.cs into the
ProxyLayer project of the
BPMTestApplication solution.
Copyright © Cloud Software Group, Inc. All rights reserved.