Get Signing Status
Wednesday, June 20, 2018 at 05:50amHi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is available in the Sent/Inbox status it comes back with a response(example):
ERROR com.silanis.esl.sdk.internal.EslServerException: Could not retrieve signing status. Exception: HTTP GET on URI https://signer-sandbox-gov.esignlive.com/api/packages/HIi_1yNSjVtPQGH_Ck1QKEf1MgE%3D/signingStatus?signer=PNgcEUs2hTA2&document=50c7b9cf54176b9d7bc09c44012caa7355465bdb51ede264 resulted in response with status code: [404, Not Found]. Optional details: {"messageKey":"error.notFound.signerNotFound","technical":"Could not find the signer summary in the transaction summary 'HIi_1yNSjVtPQGH_Ck1QKEf1MgE=' with signer uid 'PNgcEUs2hTA2'","message":"The specified signer cannot be found.","code":404,"name":"Resource Not Found"}
FYI:
I get the signerID using the signer.getId() call
Also whichever package I try to retrieve I make sure I use the sender's API Key to get it; so I technically have access to that package
Any idea why this would happen?
Thanks.
Reply to: Get Signing Status
Wednesday, June 20, 2018 at 10:51amReply to: Get Signing Status
Friday, June 22, 2018 at 04:41amReply to: Get Signing Status
Friday, June 22, 2018 at 09:00amReply to: Get Signing Status
Sunday, June 24, 2018 at 10:24pmReply to: Get Signing Status
Tuesday, June 26, 2018 at 03:05amReply to: Get Signing Status
Thursday, July 12, 2018 at 02:11am