Unveiling a CSV file

How to unveil a CSV file with the web service.

Procedure

  1. Create a SOAP request for the operation unveilCSV.
  2. Configure the parameters in the SOAP request (see SOAP request parameters for details).
  3. Remove any optional parameters in the request that you have not set.
  4. Attach the CSV file to the SOAP request.
  5. Enter the same ContentID set in the parameter csvFile in the field ContentID of the file attachment.
    Figure 1: SOAP request - unveilCSV
    SOAP request - unveilCSV
  6. In the request properties set the property Enable MTOM to true.
  7. Submit the request.

Results

The web service returns a CSV file in which the fields are detokenized / decrypted. Additionally, the following status codes and status texts are returned in the response:
Table 1. Status codes and texts in web service response
Status code Status text
10 "Success"
31 "no csv file provided"
32 "csv is not valid"

Additionally, a detailed error list is provided.

33 "IllegalStateException occurred: " + <error message>
34 "FileNotFoundException while creating a temp file"
35 "IOException while creating a temp file"
36 "Exception occurred: " + <errorMessage>
37 "General exception occurred"

The response also contains a unique requestId. The requestId can be used to distinguish the logs for the respective request in the log file.