Sample client applications
- Last Updated: July 16, 2025
- 1 minute read
- Corticon
- Version 6.3
- Documentation
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\RESTClientC-sharp\SOAPClient
- Java
Java\RESTClientJava\SOAPClient
- JavaScript
JavaScript\RESTClient
- Python
Python\RESTClient
In Process\C-sharpIn Process\Java
REST\CcServerRestTest.javaSOAP\CcServerApiTest.java