Develop web services - UDDI registry
The Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about web services. The UDDI specification defines a standard for the visibility, reusability, and manageability that are essential for a service-oriented architecture (SOA) registry service. The UDDI registry is a directory for web services implemented using the UDDI specification. It is a component of WebSphere Application Server.
Web services are self-contained, modular applications that can be described, published, located, and invoked over a network. They implement a services oriented architecture (SOA), which supports the connecting or sharing of resources and data in a very flexible and standardized manner. Services are described and organized to support their dynamic, automated discovery and reuse.
Subtopics
- 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).
Developing web services Developing web services - Addressing (WS-Addressing) Developing web services - Invocation framework (WSIF) Developing web services - Notification (WS-Notification) Developing web services - Reliable messaging (WS-ReliableMessaging) Developing web services - RESTful services Developing web services - Security (WS-Security) Developing web services - Transaction support (WS-Transaction) Developing web services - Transports