| By Toufic Boubez | Article Rating: |
|
| September 26, 2003 10:07 AM EDT | Reads: |
19,961 |
UDDI has been around for almost three years now. It has gone from an initial proposal by three companies (Ariba, IBM, and Microsoft), to a consortium effort (www.uddi.org) with a community of hundreds, and finally into the hands of the OASIS standards body. Along the way, the original specification has gone through two additional revisions. Perhaps more important, with each new revision the business value of UDDI has shifted from being a registry of public services to a central fixture in private EAI and partner-integration efforts.
The most recent version of UDDI, V3, continues this trend by making UDDI more usable as a common service registry inside an extended enterprise and between partners. Thus this technology, originally designed for publishing and discovering Web services, can today be leveraged by enterprises to provide a complete solution for managing access to Web services including subscription control and endpoint indirection.
Is UDDI Only for the Public Internet?
Along with SOAP and WSDL, UDDI is considered one of the three
"pillars" of Web services technologies. Unfortunately, it is probably
the least understood, at least initially. At the root of the various
misconceptions about UDDI is the schizophrenic nature of the
specification. The UDDI idea initially (and to this day) encompasses
two very distinct concepts. The first one is the concept of a
universal, online business registry, the Universal Business Registry
(UBR), maintained and operated by a set of impartial operators along
the lines of the DNS infrastructure. It is hoped that this UBR will
act as some form of universal, multilayered "phone book" for
registering businesses and the services they provide across the
world, (for good or bad, this "universality" is baked into the UDDI
name). This is the concept most people know about, and the one that
is the most discussed, at least by the various UDDI naysayers. It is
also perhaps the one least relevant to business, and just one
incarnation of the more important concept behind UDDI: that of a
generic services registry based on a set of open, standards-based,
data structures and a set of SOAP-based APIs to programmatically
register, organize, and find services and their descriptions.
Where UDDI is seeing its greatest adoption and showing greatest value is inside the enterprise. There, with some minor enhancements, it can bring security and flexibility to the process of publishing, discovering, and subscribing to internal services. The alternative is a disorganized soup of services that are published by local teams without any central organization, security, or management. With UDDI V3, the necessary functionality now exists for UDDI to take its place as core enterprise integration infrastructure.
UDDI Basics
When UDDI was first released, the concept of registries was by no
means new. Corporate IT departments had been using naming and
directory services for some time and several vendors had commercial
registries on the market. The difference was that UDDI proposed an
open collaborative effort to produce a standards-based registry that
was not controlled by any vendor. Requirements for a registry are
well understood: a data model for the metadata and a set of CRUD
operations on these structures. The data model has to enforce
ownership and containment requirements; a logical, consistent
referencing system for the containment relationships; and a
classification taxonomy to simplify searching. The CRUD API has to
enforce security or authentication for operations that change data,
and provide a query language for searching and retrieving data. The
requirements that went into designing UDDI are no different.
UDDI has been described in detail in many articles and books but it would be helpful for us as a baseline to go over its structures and API. The UDDI data model has four main elements: businessEntity, businessService, bindingTemplate, and tModel. Use of the word "business" in two of the elements is unfortunate, but it should not be a deterrent since the pattern of registering and querying entities and the services they provide is useful, regardless of the name of the elements. Actually, with the proper XML transformations, the UDDI data model can be reused for a variety of purposes by changing the names of the elements.
The containment model is very simple: business entities can contain a set of business services; business services have binding templates that provide implementation details for the various implementation flavors of the business service (e.g., Web browser-based or e-mail- based implementation of the same basic service); and finally tModels provide the reference or namespace mechanism used in the description of how to access these services.
The tModel concept is extremely important in understanding UDDI. You can think of it as a set of technical signatures that are assigned to services to facilitate searching and categorization. A set of tModels has already been established to represent some of the more important technical concepts such as HTTP or SOAP. As an example of how they are used, consider a service that is accessible through SOAP over SMTP: it would be labeled, among other tModels, with the SOAP and SMTP tModels. When searching for a particular service to access through SOAP over SMTP, the search can be restricted to entries labeled with those two tModels.
Another important use of the tModel is as a namespace. An industry group, for example, can create their own tModels to designate business processes and services that are provided by their members; in this case, searches can be restricted to services within that namespace by using the appropriate tModel as a qualifier.
The UDDI API has two subsets: an authenticated Publishers' API to save, update, delete, and manage entries with security token management; and an open Inquiry API to find entries and get detailed content from them. In addition to the data model and the API, the UDDI specification allows the use of taxonomies for organizing the entries space and searching through it. Three taxonomies, for businesses, products and services, and geographic location, were originally specified.
UDDI V2: Becoming Enterprise Friendly
The UDDI v2 specification provided some additional flexibility in the
UDDI usage model, mainly in providing the capability to add
third-party taxonomies to the three that were already part of the
specification. This provides enormous flexibility for organizations,
whether private companies or consortia, for example, to define their
own taxonomies and overlay them over other taxonomies. Another
important concept introduced in v2 is that of business relationships
through so-called publisher assertions. This allowed businesses (or
organizations) to indicate that they are related through a
partnership or other affiliation. Along with the additions to the
data model, V2 introduced some changes to the API to handle the new
data structures and relationships.
UDDI V3: Built for the Enterprise
The original UDDI specification was mainly concerned with enabling a
set of central universal registries and some of the constraints
reflect these concerns. For example, the original specification
required operators to issue unique identifiers for every registry
entry. These identifiers took the form of UUIDs, and could only be
generated by the operators, in order to avoid clashes and
inconsistencies in the identifier namespace. This is a perfectly
acceptable restriction in the case of one universal registry, but
becomes unworkable when several independent registries need to share
information as is common inside the extended enterprise.
An example enterprise scenario facilitated by UDDI V3 but not its predecessors occurs when Web services are being developed internally and published to a test registry. Once these services become operational, they have to be migrated to one or more operational registries, whether internal or external. Once propagated, the integrity of these registry entries needs to be ensured against tampering, since the single UBR, with its trusted operators, is not being used. This scenario touches on several important requirements that were taken into account for V3, namely the ability to share entries between registries, while maintaining the referential integrity of the assigned keys; and the ability to sign and certify registry entries.
The V3 specification provides many new features, but the significant ones are geared towards making UDDI registries into more of an enterprise-class IT infrastructure by addressing some of the issues above. These improvements can be grouped under three main categories:
General extensions:
Information model extensions
Extended discovery
So What's Still Missing?
Taking all these improvements into consideration, the UDDI V3
specification provides an infrastructure that, in keeping with the
spirit of UDDI, provides a flexible and extensible framework for Web
services without actually specifying the detailed scenarios. However,
two important issues have not been addressed by the specification.
Consider the scenario where an organization is using a private UDDI
registry to provide internal services for its IT department, and to
provide a registry of interfaces for trusted business partners for
the purposes of integration. This is probably the most common use of
UDDI today and for the foreseeable future. For security and
functionality, such usage would have to be through a proxied UDDI
registry and would impose two additional requirements on any UDDI
implementation.
While these capabilities may seem minor they represent the bedrock of creating a secure and flexible Web services infrastructure. Without these capabilities there is no way of controlling and personalizing access to the various services published on the UDDI v3 registry, an important aspect of current and future Web services usage. The good news, however, is that when combined with a Web services security and personalization technology capable of proxying both WSDL and UDDI, UDDI v3 can be employed by enterprises to manage the entire service publishing and subscription lifecycle at the center of service oriented integration.
Published September 26, 2003 Reads 19,961
Copyright © 2003 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Toufic Boubez
Toufic Boubez is the co-founder and CTO of Layer 7 Technologies. Prior to co-founding Layer 7 Technologies, he was the chief Web services architect for IBM's Software Group and drove their early XML and Web services strategies. Toufic co-authored the original UDDI API specification. He’s the co-editor of the W3C WS-Policy specification, and is a co-author of the WS-Trust, WS-SecureConversation, and WS-Federation specifications. Toufic is a sought-after presenter and has chaired XML and Web services conferences. In 2002, InfoWorld named Toufic to its “Ones to Watch” list. An author of many publications, one of his most recent books is "Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI."
- The Top 150 Players in Cloud Computing
- Commercial vs Federal Cloud Computing
- Why IBM’s Server Chief Got Busted
- Industry Experts Discuss the State of Cloud Computing
- Cloud Expo New York Call for Papers Now Open
- Cloud Computing on Gartner's Top 10 List and SYS-CON Events' 2010 Calendar
- US Federal Government is Major Cloud Computing Innovator
- Google Wave
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Adaptivity & Cloud Computing: Exclusive Q&A with CEO Tony Bishop
- 4th International Cloud Expo: Photo Album
- The Top 150 Players in Cloud Computing
- SYS-CON.TV: Cloud Computing Expo Power Panel
- Commercial vs Federal Cloud Computing
- Why IBM’s Server Chief Got Busted
- 1st Annual GovIT Expo: Letter from the Technical Chair
- Industry Experts Discuss the State of Cloud Computing
- Deputy CIO of the CIA to Keynote 1st Annual GovIT Expo
- SOA World Power Panel on SYS-CON.TV
- CIA was Headed to an Enterprise Cloud All Along: Jill Tummler Singer
- Cloud Expo New York Call for Papers Now Open
- 1st Annual Government IT Conference & Expo: Themes & Topics
- Stock in Focus: Dragon Capital
- The i-Technology Right Stuff
- Who Are The All-Time Heroes of i-Technology?
- Get the Message
- Where Are RIA Technologies Headed in 2008?
- i-Technology Viewpoint: Is Web 2.0 the Global SOA?
- i-Technology Viewpoint: Thinking Outside the VC Box
- ESB Myth Busters: 10 Enterprise Service Bus Myths Debunked
- i-Technology Viewpoint: When to Leave Your First IT Job
- SOA Web Services Edge Conference Coverage on SYS-CON.TV
- Five Reasons Why Web 2.0 Matters
- SYS-CON.TV's "SOA Web Services" and "Enterprise Open Source" Programs To Air in December
- SOA World Conference & Expo SYS-CON.TV Power Panel Live From Times Square









Cloud computing is a game changer. The cloud ...























