WCF Discovery: Find dynamic endpoint in different subnet

1.8k views Asked by At

I'm using dynamic endpoints to find WCF services. So far this works great. However, when the services are in a different subnet, they cannot be found anymore.

I do know the address of the server, but I don't know the port and the precise service name.

Is there a way to use Discovery to find the services?

2

There are 2 answers

0
chris.house.00 On BEST ANSWER

I believe you need to look at using Managed Discovery as ad-hoc discovery relies on UDP multicast, which won't be routed across subnets:

http://msdn.microsoft.com/en-us/library/dd456791.aspx

0
Robin On

We were able to get WCF discovery working across networks. See this answer for more details.