
- UDDI Tutorial
- UDDI - Home
- UDDI - Overview
- UDDI - Elements
- UDDI - Technical Architecture
- UDDI - Data Model
- UDDI - Interfaces
- UDDI - Usage Example
- UDDI with WSDL
- UDDI - Implementations
- UDDI - Specifications
- UDDI - Summary
- UDDI API References
- UDDI - API Quick References
- UDDI Useful Resources
- UDDI - Quick Guide
- UDDI - Useful Resources
- UDDI - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
UDDI API - get_serviceDetail
Description
The get_serviceDetail function retrieves the businessService record for each specified serviceKey.
The response includes a root serviceDetail element, and one businessService element for each matching service. If the UDDI operator returns only a partial list of matching results, the serviceDetail element's truncated attribute will be set to true. If no matches are found, an E_invalidKeyPassed error is returned.
Version 2.0 Syntax
<get_serviceDetail generic = "2.0" xmlns = "urn:uddi-org:api_v2"> <serviceKey/> [<serviceKey/> ...] </get_serviceDetail>
Arguments
serviceKey − Required uuid_key specifying the serviceDetail. You can specify multiple serviceKeys.
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 serviceKey was specified.