It worked after changing the https to http in the URL.
Here's the solution:
https://github.com/Azure/azure-quickstart-templates/issues/7335
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
In Logic App, http request & XML Validation were successful
It failed in Transform XML
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.
It worked after changing the https to http in the URL.
Here's the solution:
https://github.com/Azure/azure-quickstart-templates/issues/7335