Inquiry: Getting Details

The various find requests help you locate items when you aren't sure what you're looking for, or if you just need a brief summary. When you need a fully-detailed record, however, you use get_bindingDetail, get_businessDetail, get_businessDetailExt, get_serviceDetail, or get_tModelDetail.

Because the detail requests locate specific items by their key, the requests are all very simple—just a single key as a parameter.

get_bindingDetail

The get_bindingDetail request takes a bindingKey parameter and returns a bindingDetail structure. The general format for the request is as follows:

<get_bindingDetail  generic="2.0" xmlns="um:uddi-org:api_v2">
    <bindingKey/>[<bindingKey/>...]
</get_bindingDetail>

Notice that you can send ...

Get Java™ Web Services Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.