Can I create a SOAP webservice (ASMX) with .NET 5?

Viewed 675

I am not very experienced with .NET development, and I often work on legacy integration projects that require me to deal with .NET SOAP webservices.

I know it's fairly trivial to build a SOAP service with .NET Framework 4. It even presents a nice page to test the service when you hit the .asmx endpoint using a browser.

Now, I wonder if it's possible to develop the same kind of service with .NET Core or .NET 5, 6.

0 Answers
Related