Ask Your Question
3

How can a Web Reference be incorporated into .NET Core?

asked 2021-04-25 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-04-02 23:00:00 +0000

lakamha gravatar image

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.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-25 11:00:00 +0000

Seen: 11 times

Last updated: Apr 02 '22