Method Community

 

SOAP Call to Azure Function

Last post 06-03-2020 5:32 AM by Lewis-H. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-27-2017 3:41 PM

    SOAP Call to Azure Function

    Has anyone made any calls from Method using the 'Call Web Service' action that hits an Azure Function webhook? I just need to click a button in Method to kick off a service I have that runs in Azure.

    Anyone doing this successfully?

    Blake C
  • 10-04-2017 10:05 AM In reply to

    Re: SOAP Call to Azure Function

    Anyone? Ideas?

    Blake C
  • 06-03-2020 5:32 AM In reply to

    Re: SOAP Call to Azure Function

    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 data migration 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

Page 1 of 1 (3 items)