Name

uddi_get_tModelDetail — Request full information about a known tModel structure.

Syntax

<uddi_get_tModelDetail
  generic="1.0"
  xmlns="urn:uddi-org:api" >
        <tModelKey/>
        [ <tModelKey/> ...]
</uddi_get_tModelDetail>

Attributes & Children

tModelKey

one or more URN qualified uuid_key values that represent specific instances of known tModel data. All tModelKey values begin with a uuid URN qualifier such as "uuid:" followed by a known tModel uuid value.

Return Types

This message returns a tModelDetail message on successful match of one or more tModelKey values. If multiple tModelKey values were passed, the results will be returned in the same order as the keys passed.

In the event of a large number of matches, a server may truncate the result set. If this occurs, the response will contain a truncated attribute with the value of this attribute set to true.

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:

Table24.101.Errors signalled by uddi_get_tModelDetail

Error Code Description
E_invalidKeyPassed signifies that one of the URN-qualified uuid_key values passed did not match with any known tModelKey values. No partial results will be returned; if any tModelKey values passed are not valid, this error will be returned. Any tModelKey values passed without a uuid URN qualifier will be considered invalid.
E_keyRetired signifies that the request cannot be satisfied because the owner has retired the tModel information. The tModel reference may still be valid and used as intended, but the information defining the tModel behind the key is unavailable.