I have a Microsoft Master Data Services installation, SQL Server 2014. I need to provide a REST interface to allow an external system to push data into our MDS staging area. MDSS has a WCF API available out of the box but we specifically need to expose a REST service for an external system to utilise.
I'm considering creating an independent REST API to provide this access but would like to know if other options/approaches exist before I put in the effort.
I'm looking to implement something similar, however there is no simple solution. In my view the only way to do this is to create a Wrapper service (ASP.NET Web API / MVC) that then invokes the out of the box MDS WCF services.
Although I've not found anything that matches exactly this requirement, there are some good reference open source projects. Take a look at:
There are a few challenges that you'll have to think about though:
If you do go ahead with this, do make sure to share your insights & experience with us all.
Best of luck !