+

Search Tips   |   Advanced Search

UDDI Utility Tools through the API

UDDI Utility Tools provides a public API to functions to export, import, promote, find, and delete UDDI entities. To invoke these functions, use the PromoterAPI class.

Typically, you use these functions through the PromoterAPI class for the following uses:

The samples for WebSphere Application Server include sample code for UDDI Utility Tools that demonstrates use of the API classes.

Deprecated feature: The low-level UDDI Utility Tools API classes and methods, such as BusinessStub and ServiceStub, are deprecated in WAS v6.0. These APIs are replaced with the high-level PromoterAPI interface in the com.ibm.uddi.promoter package. Refer to the API documentation for details.depfeat


Related tasks

  • Use the UDDI registry

  • UDDI Utility Tools prerequisites
  • UDDI Utility Tools configuration file
  • UDDI entity definition file
  • UDDI Utility Tools at a command prompt
  • Save UDDI Version 3 entities with a supplied key
  • UDDI Utility Tools limitations and resolutions
  • Additional APIs


    Related information:

    Samples for WebSphere Application Server