Middleware Requirements for Simple Workflow

Middleware must implement a SOAP Service using Middleware_Simple. WSDL file provided with this SDK.

The Middleware SOAP Service will implement one method:

  • send_message – this method is called by OFSC to send messages to Middleware.

Middleware must respond to 'send_message' requests from OFSC with one of the following statuses:

  • sent – message queued for processing

  • failed – message failed to be queued for processing

Indicates the ‘send_message’ request from OFSC.