EOTF_XREF_LOOKUP
Use this service operation to lookup values from a cross-reference map.
Alias: lookup_xref_value
Type: Synchronous
EOTF_XREF_LOOKUP_REQ.V1
This is an example of the soap body for the request:
<soapenv:Body>
<xref:xrefLookupValue needFault="true">
<xref:mapname>?</xref:mapname>
<xref:Values>
<xref:domain>?</xref:domain>
<!--1 or more repetitions:-->
<xref:element name="?">?</xref:element>
</xref:Values>
<xref:targetDomain>?</xref:targetDomain>
</xref:xrefLookupValue>
</soapenv:Body>
| Element Name | Description |
|---|---|
|
mapname |
The name of the cross-reference map to lookup values in. |
|
Values |
This element holds the cross-reference elements and values to lookup. |
|
domain |
The name of the domain the reference elements are a part of. |
|
element |
This represents a cross-reference element and its value. |
|
targetDomain |
The name of the domain the lookup request should return elements and values for. |
Response Message: EOTF_XREF_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. |
|
responseValues |
The values returned for the lookup operation. |
|
domain |
The name of the target domain provided on the lookup request. |
|
element |
Represents an element in the target domain and its value. |