从Web API调用asmx服务

时间:2019-05-01 04:12:02

标签: c# asp.net-web-api asmx

需要从Web api中的我的get方法之一调用asmx服务。我们该怎么做?我们可以在appsettings中将配置条目添加到asmx服务网址,然后从网络api调用它获取方法吗?

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

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

1 个答案:

答案 0 :(得分:0)

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