I am writing a C# SQL CLR project (or "SQL Server Database Project", as it is apparently called now) in Visual Studio 2019 and I need to call a web service from it.
In VS 2017 and earlier it was easy to add a web service reference, but in VS 2019, there is no such option. I tried adding a "Connected Service", but it tells me "No Connected Service is supported for the current project type."
I am looking for a solution or at least a good workaround for this issue...
Thanks.