Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
I tried to compile https://github.com/eSignLive/esl.sdk.net/tree/638754571e39de8b30c36965ca9e4d05b7c1b146/sdk/SDK.Examples with 11.5 SDK, but there seems to be breaking changes, like MakeOption() not

Replies Created

Reply to: Creating the template or package give error

0 votes
I created a sample template on https://sandbox.esignlive.com/a/template/PwqirCNvdF0YA3ibcofQq21pZH8= When I tried to send it out using .net EslClient eslClient; eslClient = new EslClient(apiKey, apiUrl); PackageId templateId = new PackageId(tID); var signer = SignerBuilder.NewSignerWithEmail("[email protected]") .WithFirstName("sample") .WithLastName("sample") .WithRoleId("Signer1") .Build(); DocumentPackage newPackage = PackageBuilder.NewPackageNamed("Test Template Package") .WithSigner(signer) .Build(); var packageId = eslClient.CreatePackageFromTemplate(templateId, newPackage); eslClient.SendPackage(packageId); Always return error: HTTP POST on URI https://sandbox.esignlive.com/api/packages/U_MTuWa_OjIJ4dOUSLzItV0JqwE=. Optional details: {"messageKey":"error.validation.packageActivation.unassignedRole","message":"There is a role with no signer.","code":400,"name":"Validation Error"}' BTW, could you elaborate what's the dfference with WithId(),WithRoleId(), WithCustomId()

Subscriptions

Topics Replies Freshness Views Users
I tried to compile https://github.com/eSignLive/esl.sdk.net/tree/638754571e39de8b30c36965ca9e4d05b7c1b146/sdk/SDK.Examples with 11.5 SDK, but there seems to be breaking changes, like MakeOption() not
2 5 years 6 months ago 9
Profile picture for user Duo_Liang
I 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.
17 5 years 8 months ago 302
Profile picture for user Duo_Liang
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.