Previous Topic: Method 1: Initializing the SDK by Using the MapNext Topic: Releasing the Issuance SDK Resources


Method 2: Initializing the SDK by Using the Properties File

This method initializes the Issuance SDK by using the parameters listed in the properties file. If you pass NULL, then the parameters are read from the webfort.issuance.properties file. If you provide a different file name containing these configuration parameters, then that file is read instead.

The following table provides the details of the initialization method using the properties method:

Description

Input Values

Output Value

Initializes the Issuance SDK by using the properties file.

  • location
    The absolute path of the properties file.
    By default, this file is available at <install_location>/sdk/client/java/properties
  • locale
    The locale of the API. The default value is set to en_US.

Returns an exception if the SDK is not initialized successfully.