I have a .net core project that I need to add a web reference to an older legacy web reference (written in vb.net) Typically I would have selected service reference > advanced > add web reference.
I don't get those options in the .netcore project. I do see a way to add a connected service and tried adding using a wcf but when I add the reference it shows the methods appended with "body", "response", and "requestbody"
How can I add an older legacy web reference in a .netcore project and access it?