In my website I have been using a web service that ends with WSDL, Before Asp.net Core I would go, Add Service -Reference, -Advanced, -Add Web Reference And paste the Url of the WSDL, And then I would be able to get the properties of the service, But now Asp.net 5 does not have it, I have tryed this WCF Connected Service Visual Studio Extension Preview for ASP.NET 5 Projects, Link http://blogs.msdn.com/b/webdev/archive/2015/12/15/wcf-connected-service-visual-studio-extension-preview-for-asp-net-5-projects.aspx
But it does not give me All the properties that I need, I have looked in stackoverflow, there are a couple of solucions, wich are confusing to me
Any Ideas, any workaounds ?