SOAP request not working from Logic App, but giving response from SOAP UI

Sabahat Faria 50 Reputation points
2023-11-27T08:44:51.38+00:00

Hi,

I am supposed to hit an endpoint the accepts XML request and returns the response in XML.

I am using the HTTP trigger and then using its body to send to that endpoint (using HTTP action) and the required keys and the Content type: text/xml; charset=utf-8 in headers. Kind of the flow below:

User's image

The same request is giving proper response when called from the SOAP UI, but upon calling from logic app its not giving proper response.

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

Accepted answer
  1. Luis Arias 8,621 Reputation points Volunteer Moderator
    2023-11-27T10:12:43.5366667+00:00

    Hi Sabatah, Are you receiving any error when you call this endpoint for Logic Apps. Due to the endpoint is working from your SOAP UI could be the problem by the communication side some questions to help you better:

    • Where is this endpoint onpremiso - cloud?.
    • Could be this endpoint have a firewall with a withlist?
    • Can you try with a Get task on Logic Apps to see if at network layer the communication is permitted?

    Here others errors possibilities additional to the communication , such as headers:

    https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exception-handling

    Let me know if this help you.

    Luis

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.