0

I want to call SOAP service from Azure Logic App. The only way I see is to build custom connector and integrate it with logic app. Thought on this is, why should I go with logic app if I have to write my custom C# code (connector) for the same.

Is there any other workaround for the same?

DSA
  • 720
  • 2
  • 9
  • 30

1 Answers1

2

As of now there are no SOAP API connectors existing. Here are the possible ways for having SOAP API workounds that you can try.

  1. Use Custom Connector.
  2. Use Azure Functions and APIM from our local Visual Studio.
  3. Making your HTTP end points SOAP enabled.
  4. Expose SOAP endpoints.
  5. Import SOAP API followed by SOAP pass-through.
SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18