The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

The Java WSDP Registry Server

Kim Haase

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:

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:

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
PREV TOP NEXT