Tokenizing individual values

How to tokenize individual values with the web service.

Procedure

  1. Create a SOAP request for the operation tokenize.
  2. Configure the parameters in the SOAP request:
    Table 1. SOAP request parameters
    Parameter Type Description
    tokenizerType String; required; default: String Type of Tokenizer to be used. You can specify only one type for one request.
    Supported values are:
    • String
    • de.eperi.ca.email
    • de.eperi.ca.number18
    • de.eperi.ca.plz
    • Date
    • PronounceableString
    • CreditCard

    Instead of a standard Tokenizer, you can also specify the name of a self-defined Token Profile.

    value String; required

    List of values to be tokenized.

    E.g.:

    <value>String1</value>

    <value>String2</value>

    <value>String3</value>

  3. Submit the request.

Results

The web service returns the tokenized 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"