EOTF_DVM_LOOKUP
This service operation is used to lookup values from a DVM.
Alias: dvmLookupValue
Type: Synchronous
Request Message: EOTF_DVM_LOOKUP_REQ.V1
This is an example of the soap body for the request:
<soapenv:Body>
<dvm:dvmLookupValue>
<dvm:mapname>?</dvm:mapname>
<!--2 or more repetitions:-->
<dvm:Values>
<dvm:domain>?</dvm:domain>
<!--1 or more repetitions:-->
<dvm:element name="?"/>
</dvm:Values>
<dvm:Values>
<dvm:domain>?</dvm:domain>
<!--1 or more repetitions:-->
<dvm:element name="?"/>
</dvm:Values>
<dvm:targetDomain>?</dvm:targetDomain>
</dvm:dvmLookupValue>
</soapenv:Body>
| Element Name | Description |
|---|---|
|
mapname |
The name of the domain value map to lookup values in. |
|
Values |
This element holds the elements and values to be found in the DVM. |
|
domain |
The name of the target domain provided on the lookup request. |
|
element |
Represents a DVM element and its value. |
|
targetDomain |
The name of the domain the lookup request should return values for. |
Response Message: EOTF_DVM_RESPONSE.V1
| Element Name | Description |
|---|---|
|
status |
The status of the operation. Returns Success or Exception. |
|
reason |
If there is an exception, the reason will be returned. |
|
requestValues |
This element hold the reference values used for a lookup operation. For partially qualified lookups these values may differ from the values provided in the request. |
|
domain |
The name of the reference domain provided on the lookup request. |
|
element |
The DVM element and its value. |
|
responseValues |
The values returned for the lookup operation. |
|
domain |
The name of the target domain provided on the lookup request. |
|
element |
The DVM element in the target domain and its value. |