Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create SOAP service with .net core 5.0?

I have an WCF application with SOAP service that need to be migrated to .net core to be able to run on unix, and not only on IIS as it does now. However the only example I found was to rewrite the application on .net core 2.2 whis is not supported any longer. Any advice of how to proceed?

like image 371
Mindan Avatar asked Oct 26 '25 07:10

Mindan


1 Answers

Is it possible to create SOAP service with .net core 5.0?

You can create an ASP.NET Web Application(.NET Framework) to create a SOAP Webservice, then create an asp.net core 5.0 application and call the SOAP service.

Besides, you can also try to use SoapCore package in the asp.net core 5.0 application, then create the SOAP service. You can refer the SoapCore Getting Started or search "create soap web service in dotnet core" using Google, there have multiple tutorials about using SoapCore, you can check them.

like image 188
Zhi Lv Avatar answered Oct 28 '25 21:10

Zhi Lv



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!