Elements in a UDDI Registry: tModel
  • A UDDI registry uses the tModel element to point to web services definitions. It has a unique identifier called Unique Universal Identifier (UUID), which is generated every time a new entry is created.
  • The attributes supported by the tModel element are:
    • tModelKey
    • operator
    • authorizedName
  • The elements supported by the tModel element are:
    • name
    • description
    • overviewDoc
    • identifierBag
    • categoryBag

The code snippet illustrates the use of the attributes and elements of the tModel element.

Click the Next button to continue.