Invocation Patterns
  • Invocation inquiries invoke a web service.
  • For example, the bindingTemplate element stores service information. The calling application uses the service information to contact the web service.
  • For example, the get_bindingDetail function call returns the bindingTemplate structure that matches the specified bindingKey values.

The code example illustrates the use of the get_bindingDetail API call. The get_bindingDetail API call returns the bindingTemplate information that maps to the bindingKey value.

<?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_bindingDetail xmlns="urn:uddi-org:api">
      <bindingKey>
        48b02d40-0312-4293-a7f5-4449ca190984
      </bindingKey>
    </get_bindingDetail>

  </SOAP:Body>
</SOAP:Envelope>

Click the Next button to continue.