I have to write APIs using SOAP as a protocol. I was trying to figure out what the best solution is nowadays. As authentication I would need basic http authentication.
I was looking at the possibilities regarding .NET (I'm open to other frameworks anyway).
I saw that there are two projects for .NET Core:
- SoapCor, https://github.com/DigDes/SoapCor
- CoreWCF, https://github.com/CoreWCF/CoreWCF
As for .NET I found:
- WCF
- ASMX
I wanted to understand which was the easiest way, if there are other services in .NET (or even other frameworks) considering that I am only interested in exposing SOAP endpoints with HTTP Basic Authentication