We have an existing set of REST APIs (.NET Core). We have a requirement to expose these APIs as SOAP services, hopefully by using the Azure API Management. Is this possible?
I have seen plenty of posts about exposing SOAP services as REST API, but not the other way around.