Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A Web Reference can be incorporated into .NET Core by following these steps:

  1. Right-click on the project in the Solution Explorer and select "Add > Connected Service".
  2. In the "Add Connected Service" window, select the service you want to connect to (e.g. a REST API or SOAP Web Service).
  3. If the service is a Web Reference, choose "Microsoft WCF Web Service Reference Provider" and enter the Web Reference URL.
  4. Click "Finish" to generate the client code.
  5. Use the generated client code to call the Web Reference methods in your .NET Core application.