Valeriy Pogosyan

Valeriy Pogosyan

  • NA
  • 15
  • 3.6k

How to consume a web service dynamically with .NET Core?

Sep 28 2018 3:18 PM
How to consume a web service dynamically with .NET Core? 
 
There is a great sample of how to do this using the pre-Core versions of .NET:
https://gist.github.com/escobar5/2052620
 
However the System.ServiceModel is deprecated in .NET Core 2.0.
Any ideas how to implement the same functionality using .NET Core 2.0?

Answers (7)