call internal soap service from Logic Apps

Macwan, Mayur Victor 1 Reputation point
2020-11-13T12:28:31.883+00:00

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?

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
358 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,963 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,781 Reputation points Microsoft Employee
    2020-11-24T22:17:14.193+00:00

    Hi @Macwan, Mayur Victor

    Sorry for the late reply but I just wanted to affirm that the steps you laid out above are correct and that is the way to go about it. Once you establish connectivity to Azure either over OPDG or S2S VPN, you're presented with a wide-range of serverless platforms that'll help you approach any requirement in different ways.

    If you haven't already, I would suggest checking out the BizTalkServer Connector. More dedicated documentation for your scenario can be located here as well: Install and use the Logic App Adapter on BizTalk Server

    0 comments No comments