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
    • In Process\C-sharp
    • In Process\Java
  • For more examples of the Corticon API in use in:
    • REST\CcServerRestTest.java
    • SOAP\CcServerApiTest.java
To get started calling Corticon in-process, see the documentation guides: