3

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?

mafu
  • 31,798
  • 42
  • 154
  • 247

2 Answers2

3

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

chris.house.00
  • 3,273
  • 1
  • 27
  • 36
0

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

Community
  • 1
  • 1
Robin
  • 2,278
  • 3
  • 26
  • 46