reportfiledownloadmtom (Command)
- 19 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
reportfiledownloadmtom (Command)
- Mis à jour le 19 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
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>
Cet article vous a-t-il été utile ?