The reportfiledownloadmtom command downloads a report that was previously generated using REPORTCMD_RUN (see REPORTCMD_RUN). The generated report is referred to by its report file identifier and is downloaded as binary attachment using MTOM encoding.
Parameters
| Parameter name | Data type | Description |
|---|---|---|
| sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
| attributeSet | ReportFileAttributeSet | Required. The attribute set containing the report file identifier to be downloaded. |
The following attributes can be specified in the attributeSet input parameter of this command:
| Attribute name | Optionality |
|---|---|
| REPORTFILEFLD_REPORTFILE_ID | Mandatory |
The following attributes will be specified in the results output parameter of this command:
For more information about the specific attributes, see Table: reportFileExecute field attributes.
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <adm:reportfiledownloadmtom xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <sessionID>xM0T9TmM2T?Nxx~sUmc3D.AFTwum??kH</sessionID> <attributeSet> <attributes> <value xsi:type="xsd:string">1562715754070</value> <attributeID>REPORTFILEFLD_REPORTFILE_ID</attributeID> </attributes> </attributeSet> </adm:reportfiledownloadmtom> </SOAP-ENV:Body> </SOAP-ENV:Envelope>