EOTF_XREF_LINK

Use this service operation to link values to a cross-reference map.

Alias: link_xref_value

Type: Synchronous

Request Message: EOTF_XREF_LINK_REQ.V1

This is an example of the soap body for the request:

<soapenv:Body>
      <xref:xrefLinkValue>
         <xref:mapname>?</xref:mapname>
         <xref:ReferenceValues>
            <xref:domain>?</xref:domain>
            <!--1 or more repetitions:-->
            <xref:element name="?"/>
         </xref:ReferenceValues>
         <!--1 or more repetitions:-->
         <xref:TargetValues>
            <xref:domain>?</xref:domain>
            <!--1 or more repetitions:-->
            <xref:element name="?"/>
         </xref:TargetValues>
      </xref:xrefLinkValue>
   </soapenv:Body>
Element Name Description

mapname

The name of the cross-reference map to add values to.

ReferenceValues

This element holds the existing elements and values in a cross-reference to link target values with.

domain

The name of the domain the reference elements are a part of.

element

This represents a cross-reference element and its value.

targetValues

This element holds the cross-reference elements and values to be added.

domain

The name of the domain the target elements are a part of.

element

This represents a cross-reference element and its value.

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.