To make a call to invoke Corticon server, you can use REST or XML/ SOAP. Regardless of which invocation method you choose to call , keep in mind that it, by default, acts in a request—response mode. This means that one request sent from the client to will result in one response sent by the Server back to the client. Multiple calls may be made by different clients simultaneously, and the Server will assign these requests to different Reactors in the pool as appropriate. As each Reactor completes its transaction, the response will be sent back to the client.

The processing is consistent, whether within the Studio's built-in server, a deployed Java server, or a .NET server application.

The form of the response will be the same as the request. If making a SOAP call passing XML, the response will be XML. If making a REST call passing JSON, the response will be JSON.

In this section: