Decrypting individual values

How to decrypt individual values with the web service.

Procedure

  1. Create a SOAP request for the operation decrypt.
  2. Configure the parameters in the SOAP request:
    Table 1. SOAP request parameters
    Parameter Type Description
    value String; required

    List of values to be decrypted.

    E.g.:

    <value>String1</value>

    <value>String2</value>

    <value>String3</value>

  3. Submit the request.

Results

The web service returns the decrypted value(s). Additionally, the following status codes and status texts are returned in the response:
Table 2. Status codes and texts in web service response
Status code Status text
10 "Success"
37 "General exception occurred"