Name

get_bindingDetail

Synopsis

The get_bindingDetail function retrieves the complete bindingTemplate for each specified bindingKey. The response includes a root bindingDetail element, and one bindingTemplate element for each matching binding. If the UDDI operator returns only a partial list of matching results, the bindingDetail element’s truncated attribute will be set to true. If no matches are found, an E_invalidKeyPassed error is returned.

Version: 1.0 and 2.0

1.0 syntax:

<get_bindingDetail  generic="1.0" xmlns="urn:uddi-org:api">
   <bindingKey/>
   [<bindingKey/> ...]
</get_bindingDetail>

2.0 syntax:

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

Argument:

bindingKey

Required uuid_key specifying the bindingTemplate

Example:

The following UDDI 1.0 example retrieves a bindingTemplate associated with the XMethods Stock Quote Service:

<get_bindingDetail generic="1.0" xmlns="urn:uddi-org:api">
   <bindingKey>d594a970-3e16-11d5-98bf-002035229c64</bindingKey>
</get_bindingDetail>

Here is a response to the query:

<bindingDetail generic="1.0" operator="Microsoft Corporation" truncated="false" xmlns="urn:uddi-org:api"> <bindingTemplate serviceKey="d5921160-3e16-11d5-98bf-002035229c64" bindingKey="d594a970-3e16-11d5-98bf-002035229c64"> <description xml:lang="en"> SOAP binding for delayed stock quotes service </description> <accessPoint URLType="http"> http://services.xmethods.net:80/soap </accessPoint> <tModelInstanceDetails> <tModelInstanceInfo ...

Get Web Services Essentials 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.