EOTF_XREF_IMPORT.v2
Use this service operation to import a cross-reference map definition and values in using PeopleSoft schema.
Alias: xref
Type: Asynchronous - One Way
Default: Yes
Request Message: EOTF_XREF.V2
This is an example of the soap body for the request:
<soapenv:Body>
<xref:xref>
<xref:name>?</xref:name>
<!--Optional:-->
<xref:description>?</xref:description>
<!--Optional:-->
<xref:comments>?</xref:comments>
<xref:elements>
<!--2 or more repetitions:-->
<xref:element name="?" order="?" dataType="string" dataLength="?"⇒
isCommon="false"/>
<xref:element name="?" order="?" dataType="string" dataLength="?"⇒
isCommon="false"/>
</xref:elements>
<xref:domains>
<!--1 or more repetitions:-->
<xref:domain name="?">
<!--1 or more repetitions:-->
<xref:element name="?"/>
</xref:domain>
</xref:domains>
<!--Optional:-->
<xref:rows>
<!--1 or more repetitions:-->
<xref:row>
<!--2 or more repetitions:-->
<xref:cell>?</xref:cell>
<xref:cell>?</xref:cell>
</xref:row>
</xref:rows>
</xref:xref>
</soapenv:Body>
| Element Name | Description |
|---|---|
|
description |
The cross-reference description. Optional |
|
comments |
Comments about the cross-reference. Optional |
|
elements |
This element holds the cross-reference element list. |
|
element |
Represents a cross-reference element. |
|
domains |
This elements holds the cross-reference domain list. |
|
domain |
This element represents a domain in a cross-reference map. |
|
element |
This represents an element in the cross-reference domain. |
|
rows |
This represents all the rows of data in the cross-reference map. |
|
row |
Each cross-reference row of values. |
|
cell |
This is the value for this row and the for each element in the same order as defined in elements. |