Creating the template or package give error
Monday, April 18, 2016 at 02:32pmI took the sample code .net code (c#) from online and was getting the below error when creating a template and package.
"Could not create template. Exception: Error communicating with esl server. Invalid URI: The format of the URI could not be determined."
Reply to: Creating the template or package give error
Tuesday, April 19, 2016 at 03:56amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 06:45amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 07:32amCan you try changing the base url to "https://sandbox.e-signlive.com/api" (notice the dash in e-signlive) and see if it works? I think it might be the culprit here. Regarding your requirements:
Reply to: Creating the template or package give error
Tuesday, April 19, 2016 at 08:52amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 09:49amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 09:58amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 11:31amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 11:36amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 11:56amReply to: Creating the template or package give error
Tuesday, April 19, 2016 at 12:23pmReply to: Creating the template or package give error
Wednesday, April 20, 2016 at 04:35amReply to: Creating the template or package give error
Wednesday, August 3, 2016 at 07:29amReply to: Creating the template or package give error
Wednesday, August 3, 2016 at 07:43amReply to: Creating the template or package give error
Friday, August 5, 2016 at 05:47amReply to: Creating the template or package give error
Sunday, July 29, 2018 at 05:20amReply to: Creating the template or package give error
Monday, July 30, 2018 at 04:47amReply to: Creating the template or package give error
Monday, July 30, 2018 at 07:06amWithId()
,WithRoleId()
andWithCustomId()
, the attachment shows you a snippet of code and the corresponding JSON it represents (It may not necessary to be one to one mapping but it gives you the idea). In the attachment, you will see once you set with theWithCustomId()
, the Role ID and Signer ID would be set to be the same and since you are using Template Feature, OneSpan Sign already know your document approvals and which signature approval you want to bind with the Role ID, that's why you would also see this Role ID under the "Approval" block in the JSON. Last two functions are straightforward,WithId()
assigns the document ID andWithRoleId()
only assigns the Role ID. Hope this could help you! Duo