EOTF_XREF_IMPORT.v1
Use this service operation to import a cross-reference map definition and values in using PeopleSoft schema.
Alias: xref
Type: Asynchronous - One Way
Default: No
Transform: To v2
Request Message: EOTF_XREF.V1
This is an example of the soap body for the request:
<soapenv:Body>
<xref:xref>
<xref:table name="?">
<!--Optional:-->
<xref:description>?</xref:description>
<!--Optional:-->
<xref:columns>
<!--1 or more repetitions:-->
<xref:column name="?"/>
</xref:columns>
<!--Optional:-->
<xref:rows>
<!--1 or more repetitions:-->
<xref:row>
<!--1 or more repetitions:-->
<xref:cell colName="?"/>
</xref:row>
</xref:rows>
</xref:table>
</xref:xref>
</soapenv:Body>
| Element Name | Description |
|---|---|
|
table |
This element hold the table elements. |
|
description |
The DVM description. Optional |
|
columns |
This element holds the DVM's column list. |
|
column |
Represents a DVM column. |
|
rows |
This represents all the rows of data in the DVM. |
|
row |
Each DVM row of values. |
|
cell |
This is the value for this row and the for each column in the same order as defined in columns. |