Table 3defines the parameters for the Service.
Table 3– FindServers Service Parameters
Name |
Type |
Description |
Request |
|
|
requestHeader |
RequestHeader |
Common request parameters. The authenticationTokenis always null. The authenticationTokenshall be ignored if it is provided. The type RequestHeaderis defined in 7.33. |
endpointUrl |
String |
The network address that the Clientused to access the DiscoveryEndpoint. The Serveruses this information for diagnostics and to determine what URLs to return in the response. The Servershould return a suitable default URL if it does not recognize the HostNamein the URL. |
localeIds [] |
LocaleId |
List of locales to use. The Servershould return the applicationName in the ApplicationDescription defined in 7.2using one of locales specified. If the Serversupports more than one of the requested locales then the Servershall use the locale that appears first in this list. If the Serverdoes not support any of the requested locales it chooses an appropriate default locale. The Serverchooses an appropriate default locale if this list is empty. |
serverUris [] |
String |
List of Serversto return. All known Serversare returned if the list is empty. A serverUri matches the applicationUrifrom the ApplicationDescriptiondefined in 7.2. |
|
|
|
Response |
|
|
responseHeader |
ResponseHeader |
Common response parameters. The ResponseHeadertype is defined in 7.34. |
servers [] |
ApplicationDescription |
List of Serversthat meet criteria specified in the request. This list is empty if no Serversmeet the criteria. The ApplicationDescriptiontype is defined in 7.2. |