Drill-Down Patterns
  • Drill-down inquiries use get functions, which help obtain complete registered details of an entry in the registry.
  • For example, the get_serviceDetail function call returns the businessService structure that matches the specified serviceKey values.

The code example illustrates the use of the get_serviceDetail API call, which returns information about the service specified in the serviceKey element.

<?xml version="1.0">
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/ soap/encoding/"
xmlns:SOAP="http://schemas.xmlsoap.org/ soap/envelope/">
  <SOAP:Body>
    <get_serviceDetail xmlns="urn:uddi-org:api">
      <serviceKey>
        1eeecfa1-6f99-460e-a392-8328d38b763a
      </serviceKey>
    </get_serviceDetail>

  </SOAP:Body>
</SOAP:Envelope>
Click the Next button to continue.