If I have a machine say FOO and I want to retrieve all web services on that machine how do I do it?
I can use WS-Discovery and I know how to do this with the .NET 4.0 Discovery API. However, the only sample I could find is multicast, which in my use case is not sufficient because:-
This should be easy right? Startup, send a message to one or more machines and wait for a specified period of time for a reply.
For some reason, however, that doesn't suffice. Any ideas?