Middleware SOAP Service for Advanced Workflow

Middleware must implement a SOAP Client that connects to OFSC at address:

https://{environment}.etadirect.com/soap/outbound/?wsdl

In this URL {environment} is a subdomain that may change. For example the integration may be done on one environment while the production will run on another environment. The WSDL contents will be the same at both environments, but the endpoint is different.

Middleware SOAP Client must send the following request to OFSC:

  • set_message_status – notify OFSC of the message processing result.

The 'set_message_status' should set message status to one of the following final statuses:

  • delivered – message processed successfully.

    Describes the implementation of the Middleware SOAP client.