bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Programming WebLogic Web Services

 Previous Next Contents View as PDF  

Publishing and Finding Web Services Using UDDI

The following sections provide information about publishing and finding Web Services using UDDI:

 


Overview of Publishing and Finding Web Services

The Universal Description, Discovery and Integration (UDDI) specification defines a standard way to describe a Web Service, register a Web Service in a well-known registry, and discover other registered Web Services.

Weblogic Server provides the following UDDI features:

The UDDI Directory Explorer allows authorized users to publish Web Services in private WebLogic Server UDDI registries and to modify information for previously published Web Services.

The UDDI Directory Explorer also enables you to search both public and private UDDI registries for Web Services and information about the companies and departments that provide these Web Services. The Directory Explorer also provides access to details about the Web Services and associated WSDL files (if available.)

 


The UDDI 2.0 Server

To be written.

Points to include:

 


Invoking the UDDI Directory Explorer

To invoke the UDDI Directory Explorer in your browser, enter the following URL:

http://host:port/uddiexplorer

where

You can perform the following tasks with the UDDI Directory Explorer:

For more information about using the UDDI Directory Explorer, click the Help link on the main page.

 


Using the UDDI Client API

Use the UDDI client API in a Java client application to search for and publish Web Services.

The two main classes of the UDDI client API are Inquiry and Publish. Use the Inquiry class to search for Web Services in a known UDDI registry and the Publish class to add your Web Service to a known registry.

WebLogic Server provides an implementation of the following client UDDI API packages:

For detailed information on using these packages, see the UDDI API Javadocs.

For examples of using the UDDI client API, go to the Web Services dev2dev Download Page and scroll down until you find the following examples:

 

Back to Top Previous Next