I have seen a c# tutorial where the instructor generates the proxy using
"Add reference "
(but he was using windows pc )
I am using a mac and I am struggling generate the proxy of a web-service with the same approach, It generates files with
system.Web.Services
a package which isn't existing in the .Net Core
I did many researches and I found that isn't included in the .Net Core, i try to add it as an externally but didn't succeed, I read some articles telling that there is an alternative called WCF, but again I didn't found it on mac, all tutorials or official documentation uses windows, I've seen that is working with a .exe which make me sure, this hell isn't existing on mac or other linux systems !
Some can help ? any ideas ? alternatives ? shortcuts ?
Thank you to read it until here !