April 2017
Intermediate to advanced
564 pages
24h 7m
English
Access or adapter services enable access to certain data. In our sample scene, we have at least one adapter or access service. We have a business process in the accounts department, which gets a list of external expenses from a third-party system through files in some format (let's say, XML or CSV). So, a web service is required, which receives the files one by one, parses the files, and saves them in the database.
Since we are discussing the SOA architecture, and not coding the web services, from now on, we will only see the example pattern, and have a suggestive skeleton service.
Our sample indicative implementation for a file receiving adapter service would look like the following:
/// <summary> /// Receives the ...Read now
Unlock full access