6

I have created an asp.net core application to create a web API. I have to create a service reference to an asmx service. But I don't see any provision to create an asmx service reference. Any reference to a documentation will be highly appreciated.

I'm trying all these from Visual studio 2017.

Dustin Kingen
  • 20,677
  • 7
  • 52
  • 92
user4072848
  • 61
  • 1
  • 3

1 Answers1

2

For calling ASMX Web Service from .net Core, I suggest you try Visual Studio WCF Connected Service, I suggest you refer the link below for more information.

WCF Connected Service for .NET Core 1.0 and ASP.NET Core 1.0 is now available

https://blogs.msdn.microsoft.com/webdev/2016/06/26/wcf-connected-service-for-net-core-1-0-0-and-asp-net-core-1-0-0-is-now-available/

codemonkee
  • 2,881
  • 1
  • 25
  • 32
Emanuel Pirovano
  • 226
  • 1
  • 6
  • 20
  • that was old link, try this one https://marketplace.visualstudio.com/items?itemName=WCFCORETEAM.VisualStudioWCFConnectedService – Anirudha Gupta Aug 04 '17 at 14:52
  • This is now part of VS 2017 and does not require installing any plugins. See https://learn.microsoft.com/en-us/dotnet/core/additional-tools/wcf-web-service-reference-guide – wojciech_rak May 22 '18 at 09:45