Inquiry API functions in the UDDI Registry

 

These messages represent inquiries that can be made of the UDDI Registry. These messages all behave synchronously.

The queries available are:

 

find_binding

Used to locate specific bindings within a registered businessService. Returns a bindingDetail message.

 

find_business

Used to locate information about one or more businesses. Returns a businessList message.

 

find_relatedBusinesses

Used to locate information about businessEntity registrations that are related to a specific business entity whose key is passed in the inquiry. The Related Businesses feature is used to manage registration of business units and subsequently relate them based on organizational hierarchies or business partner relationships. Returns a relatedBusinessList message.

 

find_service

Used to locate specific services within a registered businessEntity. Returns a serviceList message.

 

find_tModel

Used to locate one or more tModel information structures. Returns a tModelList structure.

 

get_bindingDetail

Used to get full bindingTemplate information suitable for making one or more service requests. Returns a bindingDetail message.

 

get_businessDetail

Used to get the full businessEntity information for one or more businesses or organizations. Returns a businessDetail message.

 

get_serviceDetail

Used to get full details for a given set of registered businessService data. Returns a serviceDetail message.

 

get_tModelDetail

Used to get full details for a given set of registered tModel data. Returns a tModelDetail message.


UDDI Registry API