Synchronous Order Submission

This feature allows you to synchronously submit the order and receive response on completion of order fulfillment. This feature is useful when order fulfillment is a short-running process.

The basic function of synchronous submit order web service is to accept a new order request, and return back the response to the calling application after the order has been completed through Orchestrator. The order is stored in OMS and then sent to Orchestrator, which on completion (or failure) of order responds back. This response is then shown to the calling application. This is different from the Submit Order Service, which accepts the new order request, stores the order in OMS, sends the order to orchestrator, and returns the response back to the calling application with the order status as submitted without waiting for Orchestrator to respond back.