fi
en

Financial data retrieval

In the Ensemble integration of financial data, the bank's daily financial data was retrieved from the server using the SOAP protocol and converted to an XML file. The input data provided, specified the desired format for the message returned by the web service.

Initially, the components required for implementation were listed, i.e., which Ensemble Business Service, Business Process, and Business Operation components are required, and how the data conversion should be performed. Based on the plan, an Ensemble production was created that listens to the source information system and collects SOAP messages from it over a TCP-transmission.

The XML file requested in the SOAP message was retrieved from the opposite file system. The retrieved XML data was modified as specified, after which it was forwarded again over a TCP connection. During the implementation phase of the integration, Ensemble's log data and error handling tool were used to support functionality.