Copyright © tutorialspoint.com
Description: 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 2.0 Syntax:
Arguments:businessKey: Required uuid_key attribute specifying the associated businessEntity. Error Returned:If any error occurs in processing this API call, a dispositionReport element will be returned to the caller within a SOAP Fault. The following error number information will be relevant: E_invalidKeyPassed: An invalid bindingKey was specified. |
Copyright © tutorialspoint.com