skip to main content
Corticon Server: Deploying Web Services with Java : Consuming a Decision Service on Java server
 

Try Corticon Now

Consuming a Decision Service on Java server

Let's review what we have accomplished so far:
1. We have installed Corticon Server for Java onto the target machine.
2. We have deployed Corticon Server as a web service onto the bundled Progress Application Server.
3. We have used the Deployment Console to generate a Deployment Descriptor file for our sample Ruleflow.
4. We have installed the Deployment Descriptor file in the location where Corticon Server looks when it starts.
Now we are ready to consume this Decision Service by sending a real XML/SOAP request message and inspecting the response message that returns.
* Integrating and testing a Decision Service on Java server
* Path 1: Using Corticon Studio as a SOAP client to consume a Decision Service
* Path 2: Using bundled sample code to consume a Decision Service
* Path 3: Using SOAP client to consume a Decision Service
* Path 4: Using JSON/RESTful client to consume a Decision Service on Java Server
* Troubleshooting Java server