This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring JotForm Operations
To use the JotForm connector, add the <jotform.init>
element in your configuration before carrying out any other JotForm operations.
Before you start performing various operations with the connector, make sure to import the JotForm certificate to your ESB client keystore.
Follow the below mentioned steps to add valid certificate to access JotForm API over https into the ESB client keystore:
- Extract the certificate from browse by navigating to ' https://api.jotform.com ' and click the lock icon on the address bar to view the certificate.
- Place the downloaded certificate into "JotForm_CONNECTOR_HOME/src/test/resources/keystores/products" folder.
- Navigate to "JotForm_CONNECTOR_HOME/src/test/resources/keystores/products/" using command prompt and execute the following command.
This command will import JotForm certificate in to keystore. Give "wso2carbon" as password.To import the certificate give "wso2carbon" as password. Press "Y" to complete certificate import process.
keytool -importcert -file CERT_FILE_NAME -keystore wso2carbon.jks -alias -alias "CERT_NAME"
The JotForm API supports more than one authentication method to simplify the authentication priocess in different programming languages. For more information, see http://api.jotform.com/docs/#authentication.
<jotform.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiKey>{$ctx:apiKey}</apiKey> </jotform.init>
Properties
-
apiUrl:
The base endpoint URL of the JotForm API. -
apiKey:
The API key for the JotForm API.
Now that you have connected to JotForm, use the information in the following topics to perform various operations with the connector.