从 Web 调用 asmx 服务 API

Calling an asmx service from Web API

需要从网络中的一种获取方法调用 asmx 服务 api。我们该怎么做?我们可以在 appsettings 中添加一个配置条目到 asmx 服务 url 并从网络调用它 api get mehod?

网络配置应用程序设置条目:

key="myOldWebservice" value = "http://testAPI/webservice/client.asmx"/>

将 asmx 服务作为 Service Reference 添加到您在 VS 中的项目中,并从该引用中调用 asmx 方法。就像在dll中调用方法一样。