Forums
Hi How can i find out from the object docs if a field is mandatory or optional. For example Firstname is mandatory for creating a signer , but the docs dont seem to indicate that it is. http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/roles.htm#Create http://docs.e-signlive.com/10.0/schema/index.html#signer
Forums
Hi In the callback setup example prorgram My callback URL is given in the following variable private static final String URL = "http://my.url.com"; Can I add a port number to this URL? Will the URL below be a acceptable to Silanis for a callback. private static final String URL = "http://my.url.com:444/api/v1/ec/cb";
Forums
1 What kind of encryption is used for the callback by esignLive. (TLS 1.1 , TLS1.2 or SSL) 2. For the callback we are investigating the possibility of using an ipsec tunnel. Does silanis setup ipsec tunnels to its customers? b. If not then is it possible to set up such an ispsec tunnel? Are there any alternatives to ipsec?