Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update the WCF Service Reference in .NET CORE Web project?

I have added the WCF Service reference by

Service References --> Add Connected Service --> WCF Service Preview

Its working fine, Service reference added successfully. Now I have modified the WCF Service (added new web methods) and would like to update the Service Reference which I have arleady created.

In .net framework project I was able to achieve by clicking on "Update Service Reference" . Do we have this feature in .NET CORE Project?

like image 701
sivaL Avatar asked Oct 05 '16 14:10

sivaL


People also ask

How do I add a service Reference in NET Core project?

NET Core or . NET Standard project, this option is available when you right-click on the Dependencies node of the project in Solution Explorer and choose Manage Connected Services.) On the Connected Services page, select Add Service Reference. The Add service reference page opens.

How do I add Asmx service Reference in .NET Core?

Please refer to the document to add Web Service (ASMX) file in VS 2022: create ASP.NET Web Application(. NET Framework) project > right-click your project > Add > New Item… > search Web Service (ASMX) > click on Add .

How do I add a Reference to a web service?

To add a Web Reference You can also open the Add Web Reference dialog box in the Solution Explorer pane by right-clicking References and selecting Add Web Reference. In the Web reference name box, rename the Web reference toExcelWebService. Click Add Reference to add a Web reference for the target Web service.

What is replacement for WCF in .NET Core?

gRPC as a migration path for WCF to . NET 5 marks a shift in the way that Microsoft delivers remote communication solutions to developers who want to deliver services across a range of platforms. .


1 Answers

Right click on the folder icon that contains your ConnectedService.json

enter image description here

like image 147
Simon_Weaver Avatar answered Oct 27 '22 14:10

Simon_Weaver