Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How-To Auto Discover a WCF Service?

Tags:

People also ask

How can I access WCF service?

With the service running, right click the project that will contain the WCF client proxy and select Add > Service Reference. In the Add Service Reference Dialog, type in the URL to the service you want to call and click the Go button. The dialog will display a list of services available at the address you specify.

How does a WCF service work?

Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application.

What is WCF service in VB net?

What is WCF? Windows Communication Foundation (WCF) is a framework for building service oriented application. In this example, we are going to create a simple application which is used for adding two numbers where parameters are passed on URL as query string and return values in XML format.


Is there a way to auto discover a specific WCF service in the network? I don't want to config my client with the address if this is possible.