Name

find_tModel

Synopsis

The find_tModel function searches for tModel records that match the specified criteria. The response includes a root tModelList element and one tModelInfo element for each matching company. If the UDDI operator returns only a partial list of matching results, the tModelList element’s truncated attribute will be set to true. If no matches are found, a tModelList element with zero subelements is returned.

Version: 1.0 and 2.0

1.0 syntax:

<find_tModel generic="1.0" [maxRows="nn"] xmlns="urn:uddi-org:api">
   [<findQualifiers/>]
   [<name/>] 
   [<identifierBag/>]
   [<categoryBag/>]
</find_tModel>

2.0 syntax:

<find_tModel generic="2.0" [maxRows="nn"] xmlns="urn:uddi-org:api_v2">
   [<findQualifiers/>]
   [<name/>]
   [<identifierBag/>]
   [<categoryBag/>]
</find_tModel>

Arguments:

maxRows

Optional attribute to specify the maximum number of rows to be returned. If maxRows is exceeded, the tModelList element’s truncated attribute will be set to true.

findQualifiers

Optional element to override the default search functionality. For example, the find qualifier exactNameMatch will match exact tModel names. For additional details, see the “Find Qualifiers” section, later in this chapter.

name

The full or partial name of the tModel. The default behavior is to perform an exact left-to-right lexical search. Use % to specify wildcard options; for example, %shipping% will find all tModels containing the word “shipping”.

identifierBag

Optional element to search by identifier. If more than one ...

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.