Home TOC |
![]() ![]() ![]() |
The Java WSDP Registry Server
A registry offers a mechanism for humans or software applications to advertise and discover Web services. The Java Web Services Developer Pack (Java WSDP) Registry Server implements Version 2 of the Universal Description, Discovery and Integration (UDDI) project, providing a UDDI-compliant registry for Web services in a private environment. You can use it with the Java WSDP APIs as a test registry for Web services application development.
You can use the Registry Server to test applications that you develop that use the Java API for XML Registries (JAXR), described in Chapter 10. You can also use the JAXR Registry Browser provided with the Java WSDP to perform queries and updates on registry data.
The release of the Registry Server that is part of the Java WSDP includes the following:
- The Java WSDP Registry Server 1.0 Early Access 2 (EA2) release
- A database based on the native XML database Xindice, which is part of the Apache XML project. This database provides the repository for registry data.
- A tool named Indri that allows you to create and inspect database data using a graphical user interface
At this release, the Registry Server supports all messages defined in the UDDI Version 2.0 Programmer's API 2.0 Specification, with the exception of the messages related to assertions:
<add_publisherAssertions>
<delete_publisherAssertions>
<get_assertionStatusReport>
<get_publisherAssertions>
<find_relatedBusiness>
The Registry Server does not support messages defined in the UDDI Version 2.0 Replication Specification.
In This Chapter
- Setting Up the Registry Server
- Using the JAXR Registry Browser with the Registry Server
- Adding and Deleting Organizations
- Querying the Registry
- Using the JAXR API to Access the Registry Server
- Using the Command Line Client Script with the Registry Server
- Using the Indri Tool to Access the Registry Server Database
- Adding New Users to the Registry
Home TOC |
![]() ![]() ![]() |