需要从Web api中的我的get方法之一调用asmx服务。我们该怎么做?我们可以在appsettings中将配置条目添加到asmx服务网址,然后从网络api调用它获取方法吗?
网络配置应用程序设置条目:
key="myOldWebservice" value = "http://testAPI/webservice/client.asmx"/>
答案 0 :(得分:0)
将asmx服务作为Service Reference
添加到VS中的项目中,并从该引用中调用asmx方法。就像在dll中调用方法一样。