Forums

CreatePackage with multiple documents works fine. CreatePackageOneStep with multiple documents throws wrongNumberOfFiles validation error. I can see in the stack trace:

at Silanis.ESL.SDK.Services.PackageService.CreatePackageOneStep(Package package, ICollection`1 documents)

at Silanis.ESL.SDK.EslClient.CreatePackageOneStep(DocumentPackage package)

Forums
Hi , I am able to successfully upload a single document while creating a package . What all changes do I need to make to the java code to allow upload of multiple documents? I need to simultaneously upload multiple pdf’s after inserting signatures in each document and then create a pacakge out of all these documents. Thanks, Sudhangi