For questions related to enabling Windows Communication Foundation (WCF) Services to be discoverable using the WS-Discovery protocol. When using this tag also include the more generic [wcf] tag where possible.
Questions tagged [wcf-discovery]
5 questions
1
vote
1 answer
Multiple contracts in one service can not be discovered on Client using WCF Discovery
I want to develop a WCF service to support multiple contracts. I managed to make this work by following the instruction from this post on Stackoverflow.
So basically create one service(FooBarService) to implement multiple contracts(IFooService,…

codigube
- 1,186
- 1
- 12
- 31
1
vote
0 answers
WCF Discovery returns machine names in metadata (cannot be resolved)
So I have a WCF service hosted in IIS8 (Windows Server 2012). Here's the relevant part of the configuration file:
…

Attila Klenik
- 753
- 6
- 13
1
vote
1 answer
WCF Discovery working only wcf service called
Ok let's start.
I make wcf service and publish it in IIS 7.5 via Visual Studio 2012.
The service is running and works well when I use WCF test client.
To enable UDP discovery, i make some adjustment on app.config as…

Buzz
- 321
- 2
- 3
- 20
0
votes
2 answers
Add Discovery to my WCF service
I have WCF service how run on 1 machine and simple comsole application client who run on another machine.
the server do something very simple: one method that return the value of 2 number that the client sent:
[ServiceContract]
public interface…

user2214609
- 4,713
- 9
- 34
- 41
0
votes
1 answer
WCF Discovery and DataService V3
I would like to expose discovery endpoints (both TCP and UDP) for my Data Services v3 and enable services to be discoverable from the client and discover them in another application. The main point in the discovery is to get the service endpoint…

ViktorZ
- 901
- 1
- 10
- 26