Develop with the UDDI registry
We can access the UDDI registry in several ways; the UDDI registry user interface, APIs, or the Java API for XML Registries (JAXR).
We can access the UDDI registry programmatically using several APIs.
We can also explore the UDDI registry using the UDDI registry user interface (also referred to as the UDDI registry user console), which is a graphical interface.
We can access both UDDI (v2 only) and ebXML registries using the Java API for XML Registries (JAXR). This Java client API is part of the Java EE specification.
Tasks
- UDDI registry client programming
- Use the UDDI registry user interface
- Use the JAXR provider for UDDI
Subtopics
- UDDI registry client programming
The UDDI registry provides several APIs we can use to access the UDDI registry programmatically.- Use the UDDI registry user interface
The UDDI registry user interface (also referred to as the UDDI registry user console) is a graphical interface that we can use to issue inquiry requests and explore the UDDI registry.- Use the JAXR provider for UDDI
To get started with the Java API for XML Registries (JAXR) provider, we can use a sample program. We also need to consider class libraries, authentication and security, internal taxonomies, and logging and messages.
UDDI registry client programming Use the UDDI registry user interface Use the JAXR provider for UDDI