GetGetSigningStatus REST and SDK giving different outputs for same input
Tuesday, July 18, 2023 at 10:51pmWe are in process of changing OneSpan SDK to OneSpan REST
In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output.
REST we are using below URL to get the Signing Status
https://sandbox.esignlive.com/api/packages/{PackageID}/signingStatus?signer=signerId which giving us 'Draft' status as output.
Any ideas on this? Thanks
Reply to: GetGetSigningStatus REST and SDK giving different outputs for same input
Wednesday, July 19, 2023 at 10:18amHi anilsha,
Take Java SDK for example, check the source code of the SigningStatus class for the mapping reference:
https://github.com/OneSpan/esl.sdk.java/blob/dev/sdk/src/main/java/com/silanis/esl/sdk/SigningStatus.java
Duo