I have tried to use the Microsoft WCF Web Service Reference Provider to create a connection to GP Web Services from inside a .NET Core 3 web API project and am getting an error stating "No endpoints compatible with .Net Core apps were found". Says
that the System.ServiceModel.Channels.SymmetricSecurityBindingElement element type is unsupported.
I would like to ask if anyone else has this issue and has found a workaround or a way to utilize GP Web Services from a .NET Core project when they cannot create the proxy through the means provided by Microsoft? Unhappy with this since they are both
Microsoft products and you would think they could talk to each other ...