Accessible query values in the UDDI Registry
A list of the accessible queries for the UDDI Registry is given here.
Accessible queries within the UDDI Registry are:
find_binding
- used to locate specific bindings within a registered businessService. Returns a bindingDetail message that contains zero or more bindingTemplate structures matching the criteria specified in the argument list.
find_business
- used to locate information about one or more businesses. Returns a businessList message that matches the conditions specified in the arguments.
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 containing results that match the conditions specified in the arguments.
find_Service
- used to locate specific services within a registered businessEntity. Returns a serviceList message that matches the conditions specified in the arguments.
find_tModel
- used to locate a list of tModels that match a set of specified criteria. The response will be a list of abbreviated information about registered tModel data that matches the criteria specified. The result will be returned in a tModelList message.
get_bindingDetail
- used to requesting the run-time bindingTemplate information for the purpose of invoking a registered business API. Returns a bindingDetail message.
get_businessDetail
- used to return complete businessEntity information for one or more specified businessEntity registrations matching on the businessKey values specified.
get_businessDetailExt
- used to return extended businessEntity information for one or more specified businessEntity registrations. This message returns exactly the same information as the get_businessDetail message, but may contain additional attributes if the source is an external registry that is compatible with the API specification.
get_serviceDetail
- used to request full information about a known businessService structure. Returns a serviceDetail message.
get_tModelDetail
- get_tModelDetail
For full details of the syntax of the above queries, please refer to the API Specification at http://www.uddi.org/pubs/ProgrammersAPI-V2.04-Published-20020719.pdf