skip to main content
Corticon Server: Deploying Web Services with .NET : Consuming a Decision Service on .NET server
 

Try Corticon Now

Consuming a Decision Service on .NET server

So far:
1. We have installed Corticon Server for .NET files onto a workstation or server .
2. We have configured Corticon Server for .NET as a web service onto IIS.
3. We have used the Deployment Console to generate a Deployment Descriptor file for our sample Ruleflow.
4. We have installed the Deployment Descriptor file in the location where Corticon Server for .NET looks when it starts.
Now we are ready to consume this Decision Service by sending a real XML/SOAP request message and inspecting the response message it returns.
* Integrating and testing a Decision Service on .NET server
* Path 1: Using Corticon Studio as a SOAP client to consume a Decision Service
* Path 2: Using bundled C# sample code to consume a Decision Service
* Path 3: Using SOAP client to consume a Decision Service
* Path 4: Using JSON/RESTful client to consume a Decision Service on .NET server
* Path 5: Using bundled JSON sample code to consume a Decision Service
* Limits of the .NET server default evaluation license
* Troubleshooting .NET server