.NET development is supported by using wrapper classes that are generated from the WSDL for Process Engine Web Service. This provides .NET developers with the same set of interfaces that are supplied for Web services development. Either C# or VB.NET wrapper classes can be generated.
The following instructions describe how to import the Process Engine Web Service WSDL file into a Visual Studio project, generating the set of wrapper classes:
http://content_platform_engine_host:port/wsi/ProcessEngineWS
or
https://content_platform_engine_host:port/wsi/ProcessEngineWS
Where content_engine_host is the machine name of the Content Platform Engine host, and port is the port number that is assigned to the Content Platform Engine. If Process Engine Web Service is running (and you can access the Content Platform Engine host), the URL will retrieve the Process Engine Web Service WSDL.
See Process Engine Web Service Reference for documentation of the generated API (the portType operations are equivalent to methods in the generated wrapper classes).