I have been tasked with building a registry/directory of the WCF web services in my organization. My first thought was about using UDDI. However, UDDI doesn't seem to enjoy particularly good press, with some claiming it is dead - see What are some good alternatives to a UDDI registry?
Considering the following:
- this registry is strictly for business purposes, i.e. we want a list of web services and document their functionality web service
- discovery is not required, i.e. clients will continue to be pre-configured and any changes to any service will be manually propagated
- it should be possible to automate publishing to the registry, e.g. as part of the service deployment process
Are there are any good alternatives worth considering?