www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
Miscellaneous
Number
Phrases
RDF data
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
uddi_delete_binding
uddi_delete_business
uddi_delete_service
uddi_delete_tmodel
uddi_discard_authtok...
uddi_find_binding
uddi_find_business
uddi_find_service
uddi_find_tmodel
uddi_get_authtoken
uddi_get_bindingdeta...
uddi_get_businessdet...
uddi_get_businessdet...
uddi_get_registeredi...
uddi_get_servicedeta...
uddi_get_tmodeldetai...
uddi_save_binding
uddi_save_business
uddi_save_service
uddi_save_tmodel
User Defined Types & The CLR
VAD
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web & Internet
XML
XPATH & XQUERY

Functions Index

uddi_get_registeredInfo

Retrieve an abbreviated list of all businessEntity keys.
Syntax
<uddi_get_registeredInfo
  generic="1.0"
  xmlns="urn:uddi-org:api" >
	<authInfo/>
</uddi_get_registeredInfo>
  
Description

The uddi_get_registeredInfo message is used to get an abbreviated list of all businessEntity keys and tModel keys controlled by the entity associated with the credentials passed.

Attributes & Children
authInfo – This required argument is an element that contains an authentication token. Authentication tokens are obtained using the get_authToken API call.
Return Types

Upon successful completion, the server returns a registeredInfo structure listing abbreviated business information in one or more businessInfo structures, and tModel information in one or more tModelInfo structures. This message is useful for determining the extent of registered information controlled by a single entity.

Errors

If an error occurs in processing this message, a dispositionReport structure will be returned to the caller in a SOAP Fault. The following error information will be relevant:

Error Code Description
E_authTokenExpired signifies that the authentication token value passed in the authInfo argument is no longer valid because the token has expired.
E_authTokenRequired signifies that the authentication token value passed in the authInfo argument is either missing or is not valid.