On Saturday, July 07, 2012 09:55:12 AM Jim Talbut wrote: > Hi, > > I would like to have a repository for all web services in our > infrastructure. Currently I do this using a custom database that is > written to when a service starts up - but this is only used by services > that I implement (and not by other CXF users or .Net users). So I'd like > something more standard.
Well, Talend has a Service Locator as part of the ESB that provides this functionality as well. That said, also a relatively proprietary thing at this point. > Does anything exist that can be automatically and reliably used by CXF and > .Net? If not, should I think about implementing WS-Discovery or UDDI for > CXF? And if I have to go down that route which is the right way to go? WS-Discovery is something I really want to look at for 2.7 if I can get some time. Any help would be awesome. SOAP/UDP would be the first thing (and not really THAT complex to do) that is required if you want full "out of the box/easy setup" with .NET. Then we can add a ws-discovery service in service that builds on that to implement a discovery proxy service. Dan > What do others do? > > Thanks > > Him -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
