WCF client browsing the same WCF service hosting on multiple PC

  • Thread starter Thread starter Bandu
  • Start date Start date
B

Bandu

Hi,

I would like to host A service on multiple PC and I want a client to
browse, enumerate or find each instances of the service on different
PC.

Would you like to give me a direction or how to implement it?

Regards,

Bandu
 
Bandu,

Basically, you want something like UDDI or a WS-Discovery
implementation. I would do a search on those terms, and see what comes up.
 
Back
Top