The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

Using the JAXR Registry Browser with the Registry Server

You can use the JAXR Registry Browser to access the Registry Server.

For basic information on the Registry Browser, see Using the Registry Browser in Java API for XML Registries.

After you start the Registry Browser using the jaxr-browser.sh or jaxr-browser.bat script, enter the following URL in the Registry Location combo box (all on one line):

http://hostname:8080/registry-server/RegistryServerServlet
 

The hostname must be fully qualified; do not specify localhost. If you enter the name incorrectly, no error message appears until you try to perform a query or update.

You specify http: for both queries and updates. The registry server does not support authentication at this release.

Adding Organizations

When you submit an organization and the authorization dialog box appears, enter any string in the username and password fields. The Registry Server does not check the values you enter, but you may not enter an empty string.

The Registry Server supports adding and deleting organizations, but does not support modifying organizations. If you submit an organization and then choose the Edit Registry Object menu item to modify it, a new organization is created when you submit the modified data.

Querying the Registry

To perform queries by name against the Registry Server, enter the string in the Name text field. Searches against the Registry Server are case-sensitive. A search will find all organizations whose names contain the exact string entered.

Home
TOC
PREV TOP NEXT