Questions tagged [uddi]

UDDI (Universal Description, Discovery, and Integration)

UDDI (Universal Description, Discovery, and Integration) is an XML-based registry for businesses worldwide to list themselves on the Internet. Its ultimate goal is to streamline online transactions by enabling companies to find one another on the Web and make their systems interoperable for e-commerce. UDDI is often compared to a telephone book's white, yellow, and green pages. The project allows businesses to list themselves by name, product, location, or the Web services they offer.

81 questions
47
votes
2 answers

Juddi publish and find service

I have successfully set up an Apache Juddi v3 installation (tomcat version) on my computer. What I want now is to publish a service whose WSDL is found at http://localhost:8080/axis2/services/CmmdcService/wsdl To achieve this, I created a…
Ivan Andrei
  • 571
  • 4
  • 5
15
votes
3 answers

Is there an UDDI or any other registry for RESTful Webservices

Does Restful Webservices have any service registries like the UDDI? Or can UDDI hold Restful Webservices as well?
Dhanush Gopinath
  • 5,652
  • 6
  • 37
  • 68
14
votes
3 answers

What are some good alternatives to a UDDI registry?

I work as an intern Application Developer at a large organization prototyping SOA. I'm brand new to web services and technologies such as WSDL, SOAP, UDDI, and so on. In the past week, I have been having a great deal of difficulty understanding…
Griff George
  • 895
  • 7
  • 17
10
votes
4 answers

Is the public UDDI movement dead or, was it ever alive?

I am trying to find some public UDDI registries to interact with, for learning purposes. But it seems there are none available. I popped the following question on SO to see if someone knows about any public registry still hosted, but got no…
user159088
9
votes
3 answers

Web service discovery in WCF : Ws-Discovery or UDDI?

I know the distinction between UDDI and Ws-Discovery (well know location to search a service vs broadcast). But my question is : what is the simplest way to discover a webservice in WCF ? By simplest I mean what is already implemented in WCF and can…
Nicolas Dorier
  • 7,383
  • 11
  • 58
  • 71
9
votes
5 answers

Are there any public UDDI registries available?

I am currently trying to get a grasp of UDDI and would like to run some examples with the inquiry API, but I can’t find public registries that I can query with my SOAP messages. IBM, Microsoft and SAP used to host public UDDI servers a couple of…
user159088
8
votes
3 answers

How does SOA service discovery (UDDI) work in practice?

I'm just reading up on SOA and the service registry / UDDI get mentioned regularly. It sounds nice but how is used in reality? Is the registry meant to decouple a logical service from its' physical implementation (port, url etc)? Is the registry…
paul
  • 13,312
  • 23
  • 81
  • 144
6
votes
3 answers

Spring WS and UDDI

I have a bunch of web services implemented in Spring-WS 1.5.9. We use Maven to do our builds, our services run on OC4J that have a UDDI provider. What we want to do is to start using UDDi internally to register our web services to allow other…
grbonk
  • 609
  • 6
  • 22
5
votes
2 answers

how to use uddi in .Net

I have used web services in .Net before with WCF.Though, I don't really understand the benefits of UDDI. There is a lot of theory but I didn't find anything practical. Do you know any tutorials on using UDDi in .NET?
Ryan
  • 5,456
  • 25
  • 71
  • 129
5
votes
1 answer

UDDI role in webservices?

I have heard folks using the acronym UDDI in the context of web services but I am not clear what role it plays in web services. I have gone through the book Java Web Services Up and Running by Martin Kalin and it hardly mentions UDDI anywhere. As…
emilly
  • 10,060
  • 33
  • 97
  • 172
5
votes
1 answer

zookeeper as a service registry

I want to use the ZooKeeper as a service registry which replicated identical services can register themselves and clients may discover available services's url to call them. As a starter to ZooKeeper I need the basic java code for registering and…
nourani
  • 71
  • 1
  • 6
4
votes
2 answers

What is UDDI in the context of webservices?

What is UDDI in the context of Webservice ?
Jijoy
  • 12,386
  • 14
  • 41
  • 48
4
votes
2 answers

UDDI Best Practices

My organisation is getting into the SOA world (a bit late, but that's what it's like here!) and we're looking into the ESB Toolkit 2.0 (we already have BizTalk Server 2009). We're keen on implementing UDDI (specifically, the UDDI Services v3.0 that…
3
votes
2 answers

Web Service Directory - UDDI?

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…
Fabio
  • 730
  • 3
  • 10
3
votes
1 answer

Publishing a web service

I've been working with Web services in an academic setting for quite a while now, but there's one basic aspect about them that I do not get. Here it is: Assume you have an application that you want people to use as a Web service. So you make (or…
Epicurus
  • 2,103
  • 7
  • 29
  • 39
1
2 3 4 5 6