EOTF_XREF_ADD

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

Alias: add_xref_value

Type: Synchronous

Request Message: EOTF_XREF_ADD_REQ.V1

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

<soapenv:Body>
      <xref:xrefAddValue>
         <xref:mapname>?</xref:mapname>
         <!--2 or more repetitions:-->
         <xref:Values>
            <xref:domain>?</xref:domain>
            <!--1 or more repetitions:-->
            <xref:element name="?"/>
         </xref:Values>
         <xref:Values>
            <xref:domain>?</xref:domain>
            <!--1 or more repetitions:-->
            <xref:element name="?"/>
         </xref:Values>
      </xref:xrefAddValue>
   </soapenv:Body>
Element Name Description

mapname

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

Values

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

domain

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

element

This represents an 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.