Make WebService Calls in ASP.NET CORE
Moving to ASP.NET Core is fun and interesting but then you begin to fall into problems trying to do some stuffs you use to do easily in ASP.NET MVC.
One of such is trying to make a call to a webservice but then where is the WEB.CONFIG xml…