example of handling SOAP and HTTP REST requests in one ASP.NET Core app with SOAP middleware from https://blogs.msdn.microsoft.com/dotnet/2016/09/19/custom-asp-net-core-middleware-example/
Primary LanguageC#