Net Core 8引用WebService
1.引用:
System.ServiceModel.Http
2.VS安装:
otnet tool install --global dotnet-svcutil
3.查看是否安装成功
dotnet-svcutil --version
4.执行
dotnet-svcutil http://ws.aaa.com/ResourceWS/ResourceServer.asmx
生成成功:

1.引用:
System.ServiceModel.Http
2.VS安装:
otnet tool install --global dotnet-svcutil
3.查看是否安装成功
dotnet-svcutil --version
4.执行
dotnet-svcutil http://ws.aaa.com/ResourceWS/ResourceServer.asmx
生成成功:
