Can i create a Logic app to sit in the middle of two web services

Greg Booth 81 Reputation points
2020-06-07T23:08:30.54+00:00

We want to do the following
a) Have some code (this will be running from a dynamics 365 portal). This needs to call a logic app (as if it was calling a web service) - that then calls a third party web service. The web service then returns its result back to the Logic app - which then returns the result back to the code (running in dynamics) - almost as if the logic app was not not in the middle.

Does this sound possible ?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,982 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sircana, Matteo 76 Reputation points
    2020-06-08T20:55:41.497+00:00

    Hi @goofygdog,

    yes it is possible.

    You can setup something simple like that: 9382-logicapp-service-to-service.png

    Three things to keep in mind:

    • The logic app accept only POST requests
    • In the second step settings you should disable the "Asynchronous Pattern" so the logic app await for the second service response
    • In the third step you need to put the body from the second step

0 additional answers

Sort by: Most helpful