UDDI API Specification
  • The UDDI Programmer's API specification defines a set of functions that all UDDI registries support for inquiring and publishing information about a business or a service on a registry.
  • The UDDI APIs are a collection of XML requests and responses and, therefore, are programming-language neutral.
  • The UDDI APIs can be grouped as inquiry or publishing API functions.

The following table displays some of the common inquiry and publishing API functions:

Inquiry API Functions
Publishing API Functions
find_business save_business
find_service save_service
find_binding save_binding
find_tModel save_tModel
get_businessDetail delete_business
get_serviceDetail delete_service
get_bindingDetails delete_binding
get_tModelDetails delete_tModel
get_registeredInfo  

 

Click the Next button to continue.