Bad Gateway - Azure Logic App - Invoke an Http Request

127 views Asked by At

I have an HTTP Rest API which works on POST Method with some XML input and produces the output also in XML format.

I'm able to get the response in Postman for the above scenario.

In Azure Logic App, I have tried with the below steps but it is failed due to bad gateway.

enter image description here

I cannot post my rest api, but you can try with the rest api that takes xml format input and produces xml format output.

And we are using the action called "Http With Microsoft entra Id (preauthorized)" - On-premises data gateway.

We installed on-premises data gateway in local and created the same resource in Azure by linking with the on-premises data gateway connection.

  • Azure Logic App, On-premises data gateway, Azure On-premises data gateway --> all resources are in same location.

Could anyone please help me what is the wrong I did or any step I missed?

0

There are 0 answers