Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to call SOAP service from Azure Functions project?

I created a new Azure Functions project with C#. I don't see any option to add a 'connected service' so I can generate a proxy for the SOAP API that I want to call. How do I do this with Azure Functions?

like image 506
Leon Cullens Avatar asked Nov 25 '25 13:11

Leon Cullens


1 Answers

It is possible to create a Class Library project and add the proxy (Expand the project in the Solution Explorer > Right-click Dependencies > Add Connected Service) to it. Then, add the Class Library reference to the Azure Function. In addition, it is also possible to add it directly to the Azure Function project.

The instructions above and the following screenshot were based on Visual Studio 2017 (version 15.7.2) Enterprise Edition.

enter image description here

like image 84
Evandro de Paula Avatar answered Nov 28 '25 05:11

Evandro de Paula



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!