Azure Logic App - github VETERPipeline deployment successful but execution failed

2023-11-10T05:34:04.13+00:00

Hi,

I am new to Logic Apps. I need help to execute this logic app.

Deployed https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.logic/logic-app-veter-pipeline successfully. Tested using postman and followed the steps shown in the link. In the header, set the Content-Type : application/xml. Copied sample-order.xml content in the body.

sample-order.xml

<ns0:Order xmlns:ns0="http://Integration.Order">
  <Orderheader>
    <OrderDate>6/8/2016</OrderDate>
    <EstimatedDeliveryDate>6/15/2016</EstimatedDeliveryDate>
    <OrderNumber>123</OrderNumber>
  </Orderheader>
  <CustomDetails>
    <Name>Contoso</Name>
    <Address>40th St Redmond</Address>
  </CustomDetails>
  <OrderDetails>
    <ItemDescription>Laptop</ItemDescription>
    <ItemCustomerCode>1234</ItemCustomerCode>
    <TotalAmount>100</TotalAmount>
    <UnitType>5</UnitType>
  </OrderDetails>
</ns0:Order>

When I posted the query, it gives error 502.

User's image

In Logic App, http request & XML Validation were successfulUser's image

It failed in Transform XML

User's image

Kindly help to resolve this issue.

Tried https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.logic/logic-app-xslt-with-params Both deployment and execution was successful but it returned a blank response.

Thank you.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,141 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 2023-11-14T09:37:29.1733333+00:00

    It worked after changing the https to http in the URL.

    Here's the solution:

    https://github.com/Azure/azure-quickstart-templates/issues/7335

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.