skip to main content
Corticon Server: Deploying Web Services with Java : Consuming a Decision Service on Java server : Path 4: Using JSON/RESTful client to consume a Decision Service on Java Server
 

Try Corticon Now

Path 4: Using JSON/RESTful client to consume a Decision Service on Java Server

You can create Corticon requests in JavaScript Object Notation (JSON), a text format that you can use as an alternative to XML. A JSON RESTful interface is one that follows the REST architectural style and uses JSON as its data representation format. Specifically, a standardized JSONObject with name-value pairs of “Objects”:<JSONArray>can be passed in to Corticon Server's ICcServer.execute(…)to process the request and return a JSON-formatted reply.
* Running the sample JSON Request