How to encrypt individual values with the web service.
Procedure
-
Create a SOAP request for the operation
encrypt.
-
Configure the parameters in the SOAP request:
Table 1. SOAP request parameters
| Parameter |
Type |
Description |
| value |
String; required |
List of values to be encrypted.
E.g.:
<value>String1</value>
<value>String2</value>
<value>String3</value>
|
-
Submit the request.
Results
The web service returns the encrypted 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" |