Parametrized Interface for datas sharing C#.net

Apr 18 2017 5:59 PM
Hello, I started my internship at an IT society, so the subject is : design and development of an application that manages datas sharing between (My Company) systems and external systems. The objective is to create a tool that will allow to parameterize and adapt the interfacing procedures by C#.Net.
I understood: for example Human Ressource application save a new employees in their DB and the second system is Finance Departement, want to use some or all employees column and do their logics based on retrieved datas(salaries,...), if an employee's datas changed in HR database automatically Finaciel System must notified to refresh his database automatically. I was thinking about creating a module of WebServices(SOAP) ,some triggers and a windows service, Am I on the right way or I have a misunderstanding? How can I sort this out ?

Answers (1)