开发者

WCF Discovery: Find dynamic endpoint in different subnet

I'm using dynamic endpoints to find WCF services. So far this works great. However, when the services are in a different su开发者_开发百科bnet, 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?


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜