WebService Confusion - How to get started?

66 views Asked by At

I'm currently stuck with a very old WCF WebService, that was written about 8 years ago. None of the developers that created that thing is still available (also no documentation), therefore it's planned to set up a completely new WebService. As far as I researched, we would still need a SOAP-Based WebService. This would be possible to do in WCF or ASMX, but ASMX seems to be obsolete since 2012, but still, there are new tutorials from last year. So that is where my confusion starts. What technologies can I use? Only WCF? Is ASMX really obsolete?

Additional Information: I'm a C# .Net developer.

2

There are 2 answers

1
Vivek Nuna On BEST ANSWER
0
Jiayao On

You can try soapcore, wcf, gRPC and Corewcf. And then see which technique is best for your situation.