#Rest

Extending BizTalk REST API

Published at May 6, 2020 ·  2 min read

Extending BizTalk REST API Some time ago I had a little experiment with management REST API introduced in BizTalk 2016 Feature Pack 1. I wanted to see if I could make some kind of web dashboard to have an overview of BTS without Admin Console. I soon realized that this REST API shipped with BizTalk couldn’t give me the info that I wanted. So I thought that I’ll try to make my own API to give me the data I needed....