In classic ASP.NET, we would simply mark a method with the WebMethod attribute to create a SOAP service method that could be called from an external app. How do we achieve the same with ASP.NET Core?
It must be XML SOAP based. It must be compatible with a client that worked when ASP.NET class was the back end.