Hello All,
We have a bunch of internal SOAP services (not hosted on the domain) which were consumed and called by BizTalk so far. BizTalk and the Exposing systems were all in the same infra, so this was fine.
Going forward with LogicApps, is there a way to be able to call these internal services?
Here is what I have considered so far.
Create a Custom Connector that uses Data Gateway (still struggling) to get it to work
Expose services to a Domain so that can be called from outside the infra (e.g. from LogicApps)
do #2 and then pass them thru the API Management and use those APIs in LogicApps.
Any thoughts or experiences so far?