Sample client applications
- Last Updated: July 19, 2023
- 1 minute read
- Corticon
- 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
- For more examples of the Corticon API in use in:
REST\CcServerRestTest.javaSOAP\CcServerApiTest.java
To get started calling Corticon in-process, see the documentation guides: