Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add WCF service to ASP.NET Core MVC application

We've got server-side application implemented in ASP.NET Core MVC 1.1.0 that serves web application. Everything works perfectly but we were requested to provide WCF service for third-party client app.

I know that we could put WCF between app's logic and MVC's api. However, it seems like significant amount of work since the application isn't the smallest one.

I wonder if it's possible to build WCF service beside MVC and host it as one application on iis.

like image 787
skalski Avatar asked Jan 19 '26 19:01

skalski


2 Answers

Microsoft released an extension for visual studio which lets add service reference to asp.net core project. extension is called "Microsoft WCF Web Service Reference Provider"

Here is the link - https://marketplace.visualstudio.com/items?itemName=WCFCORETEAM.VisualStudioWCFConnectedService

like image 189
Praneeth Avatar answered Jan 22 '26 08:01

Praneeth


From github: https://github.com/dotnet/wcf/issues/3139#issuecomment-417101129

WCF service on .NET Core is not supported yet. The feature request is tracked by issue #2695.

Please upvote ;-)

like image 27
juFo Avatar answered Jan 22 '26 09:01

juFo



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!