7
Answers

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

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)