UDDI 在网络服务中的作用?
UDDI role in webservices?
我听说有人在 Web 服务上下文中使用首字母缩略词 UDDI,但我不清楚它在 Web 服务中扮演什么角色。我已经阅读了 Martin Kalin 的 Java Web Services Up 和 运行 这本书,它几乎没有在任何地方提到 UDDI。
据我从网上了解到:
UDDI (Universal Description, Discovery, and Integration) is an
XML-based registry for businesses worldwide to list themselves on the
Internet. It helps companies to find one another on the Web and call
their services. Basically, with UDDI, companies can register/describe
their web services on the Internet so that other companies can find
their WSDL and generate stubs out of it.
对吗?假设我是为一组有限的用户提供的 Web 服务的制作者。我不必注册 UDDI,因为我可以手动给他们一个 WSDL URL。正确吗?
UDDI 本质上是一种类似于 Google 搜索的服务吗?消费者可以在其中根据某些关键字搜索 Web 服务?
Is UUDI essentially a service similar to a Google search where a consumer can search webservices based on some keywords?
基本上是的,尽管最常用的类比是 Web 服务的“yellow pages”。
... say I am producer of some web service which is for limited set of users, I don't have to register with UDDI? I can give them a WSDL url manually. Correct?
如果您为有限数量的客户提供服务(即服务不是 public),您可以只向他们提供 WSDL 或 link。
如今,UDDI 在构建于面向服务的体系结构之上的企业内部是有意义的,其中 UDDI 有利于集中注册和定位 Web 服务。但是 public UDDI 主要作为实验存在,原因如下:Is the public UDDI movement dead or, was it ever alive?
我听说有人在 Web 服务上下文中使用首字母缩略词 UDDI,但我不清楚它在 Web 服务中扮演什么角色。我已经阅读了 Martin Kalin 的 Java Web Services Up 和 运行 这本书,它几乎没有在任何地方提到 UDDI。
据我从网上了解到:
UDDI (Universal Description, Discovery, and Integration) is an XML-based registry for businesses worldwide to list themselves on the Internet. It helps companies to find one another on the Web and call their services. Basically, with UDDI, companies can register/describe their web services on the Internet so that other companies can find their WSDL and generate stubs out of it.
对吗?假设我是为一组有限的用户提供的 Web 服务的制作者。我不必注册 UDDI,因为我可以手动给他们一个 WSDL URL。正确吗?
UDDI 本质上是一种类似于 Google 搜索的服务吗?消费者可以在其中根据某些关键字搜索 Web 服务?
Is UUDI essentially a service similar to a Google search where a consumer can search webservices based on some keywords?
基本上是的,尽管最常用的类比是 Web 服务的“yellow pages”。
... say I am producer of some web service which is for limited set of users, I don't have to register with UDDI? I can give them a WSDL url manually. Correct?
如果您为有限数量的客户提供服务(即服务不是 public),您可以只向他们提供 WSDL 或 link。
如今,UDDI 在构建于面向服务的体系结构之上的企业内部是有意义的,其中 UDDI 有利于集中注册和定位 Web 服务。但是 public UDDI 主要作为实验存在,原因如下:Is the public UDDI movement dead or, was it ever alive?