'send_message' Method

When an internal event or state in the OFSC system triggers a new message transaction (for example, an activity is cancelled or not started in time), the OFSC system establishes an HTTP connection with the Middleware and uses the 'send_message' SOAP method.

Note:
  • the 'send_message' transaction execution time is critical, so it is important that 'send_message' does not contain very complex logics so that your system does not create significant delays between the transactions

  • as the actual data transfer can be rather time-consuming, the Middleware should have an internal queue implemented.

  • in normal circumstances the standard waiting time between message creation and before it's sent is from 30 seconds up to 90 seconds