The dpxfileExecute command executes DIGIPASS export file (DPX)–related administrative operations.
| Command | Description |
|---|---|
DPXFILECMD_IMPORT_FILE | Processes DPX data that has been previously uploaded from a DIGIPASS export file (DPX) via the DPXFILECM_IMPORT_FILE command (see DPXFILECMD_IMPORT_FILE ). The DPX should be uploaded first using one of the supported upload commands:
|
DPXFILECMD_QUERY_STATUS | Returns the current status of a server task that has been previously started via the DPXFILECMD_IMPORT_FILE command (see DPXFILECMD_QUERY_STATUS). |
DPXFILECMD_STOP_IMPORT | Stops a server task to import DPX data that has been previously started via the DPXFILECM_IMPORT_FILE command (see DPXFILECMD_STOP_IMPORT). |
Parameters
| Parameter name | Data type | Description |
|---|---|---|
| sessionID | String | The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
| cmd | DPXFileCmdIDEnum | The operation to be executed. See Table: dpxfileExecute commands (SOAP administration). |
| attributeSet | DPXFileAttributeSet | A set containing zero or more attribute fields. |
| Parameter name | Data type | Description |
|---|---|---|
| results | DPXFileResults | Result structure containing return and status codes and a list of zero or more result attribute fields. |
The following field attributes are available for the operations of this command:
DPXFILECMD_IMPORT_FILE
The following attributes can be specified in the attributeSet input parameter of this command:
This command returns no result attributes.
DPXFILECMD_QUERY_STATUS
Only the DPXFILEFLD_CACHE_ID attribute can be specified in the DPX attribute set input parameter of this command. This attribute is mandatory.
The following attributes can be specified in the attributeSet input parameter of this command:
| Attribute name | Optional? |
|---|---|
| DPXFILEFLD_CACHE_ID | Always |
| DPXFILEFLD_RETURN_ERROR | Optional |
| Attribute name | Optional? |
|---|---|
| DPXFILEFLD_APPLS_FAILED | Always |
| DPXFILEFLD_APPLS_IMPORTED | Always |
| DPXFILEFLD_APPLS_READ | Always |
DPXFILECMD_STOP_IMPORT
Only the DPXFILEFLD_CACHE_ID attribute can be specified in the DPX attribute set input parameter of this command. This attribute is mandatory.
This command returns no result attributes.