EOTF_DVM_IMPORT.v2
Use this service operation to import a Domain Value Map definition and values into the Enterprise Transformation Framework, based on the PeopleSoft schema.
Type: Asynchronous-One Way.
Alias: import_dvm
Default: Yes
Request Message: EOTF_DVM.V2
This is an example of the soap body for an import request using PeopleSoft schema:
<soapenv:Body>
<dvm:dvm>
<dvm:name>?</dvm:name>
<!--Optional:-->
<dvm:description>?</dvm:description>
<!--Optional:-->
<dvm:comments>?</dvm:comments>
<dvm:elements>
<!--2 or more repetitions:-->
<dvm:element name="?" order="?" dataType="string" dataLength="?"⇒
isCommon="false"/>
<dvm:element name="?" order="?" dataType="string" dataLength="?"⇒
isCommon="false"/>
</dvm:elements>
<dvm:domains>
<!--1 or more repetitions:-->
<dvm:domain name="?">
<!--1 or more repetitions:-->
<dvm:element name="?" qualifier="false"/>
</dvm:domain>
</dvm:domains>
<!--Optional:-->
<dvm:rows>
<!--1 or more repetitions:-->
<dvm:row>
<!--2 or more repetitions:-->
<dvm:cell>?</dvm:cell>
<dvm:cell>?</dvm:cell>
</dvm:row>
</dvm:rows>
</dvm:dvm>
</soapenv:Body>
| Element Name | Description |
|---|---|
|
description |
The DVM description. Optional |
|
comments |
Comments about the DVM. Optional |
|
elements |
This element holds the DVM's element list. |
|
element |
Represents a DVM element. |
|
domains |
This elements holds the DVM's domain list. |
|
domain |
This element represents a domain in a DVM. |
|
element |
This represents an element in the DVM domain. |
|
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 element in the same order as defined in elements. |