Corticon Server installations include sample applications demonstrating how to call a Decision Service. While the functionality of the samples is substantially identical, the contrast of SOAP and REST written in various languages -- Java, C#, JavaScript, Python -- provides developers a solid base to get started calling Decision Services. The source samples are heavily commented. The samples are in a Corticon Server installation's [CORTICON_WORK_DIR]\Samples\Clients directory.

To get started calling Corticon as a Web Service, see one of these samples:
  • C-sharp
    • C-sharp\RESTClient
    • C-sharp\SOAPClient
  • Java
    • Java\RESTClient
    • Java\SOAPClient
  • JavaScript
    • JavaScript\RESTClient
  • Python
    • Python\RESTClient
To get started calling Corticon in-process, see the Deploy Corticon Server in an Application content and the samples:
  • In Process\C-sharp
  • In Process\Java
For an example of more of the Corticon API in use see:
  • REST\CcServerRestTest.java
  • SOAP\CcServerApiTest.java