Request Response mode
- Last Updated: March 24, 2022
- 1 minute read
- Corticon
- Version 6.3
- Documentation
Regardless of which invocation method you choose to call Corticon Server, keep in mind that it, by default, acts in a “request—response” mode. This means that one request sent from the client to Corticon Server 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.
Also, 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.