skip to main content
Corticon Server: Deploying Web Services with .NET : Consuming a Decision Service on .NET server : Path 5: Using bundled JSON sample code to consume a Decision Service
 

Try Corticon Now

Path 5: Using bundled JSON sample code to consume a Decision Service

Sample C# code that you can use to create a C# project, or create your own sample client to execute a JSON request using the REST API supported by Corticon .NET.
Note: To use this path, you should have solid .NET and C# programming skill, as well as familiarity with the .NET Framework SDK environment.
This sample includes the following files:
*CorticonServerRestTest.cs - Commented C# code to help you create a .NET REST client to execute against the REST Service in Corticon Server for .NET running in IIS 7.5.
*Json60 - Reference DLL for JSON used in CorticonserverRestTest.cs for .Net framework.
*app.config - Application configuration file to load assembly files for a C# project.