Hi,
I have to create several services that have to use some sort of registry, to store and get data from. Also, services should have to communicate with each other, in order to exchange data, using the previously mentioned registry.
Each service should be able to connect to the registry in order to get data.
I've created the individual WCF services, but how to create the registry ? Should the registry also be a wcf service?