从Adobe Echo Sign获取文档状态 [英] Getting Document Status from Adobe Echo Sign

查看:72
本文介绍了从Adobe Echo Sign获取文档状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Adobe Echo Sign发送文档以进行数字签名。

我想在签名后获得该文件的状态,这就是我的工作方式



I am using Adobe Echo Sign for sending documents to sign digitally.
I want to get status of the document after signing it, this is how I am doing it

static EchoSignDocumentService16 ES = new EchoSignDocumentService16();
public static DocumentInfo getDocumentInfo(string APIpassword, string dockey)
{
    return ES.getDocumentInfo(APIpassword, dockey);
}





此代码始终返回OUT_FOR_SIGNATURE文档状态,即使我已经签名,我也按照adobe echo的说明操作签署API文档 [此处]

我的方案就像这个用户A已经向用户B发送了一个文件,用APIKey ABC保存了文件密钥,用户B签署了文件,然后我正在检查状态我保存的相同APIkey ABC和documentkey。有人可以在这个问题上帮助我:(



this code always returning OUT_FOR_SIGNATURE document status,even If I have signed it I am following the instructions on adobe echo sign API documentation [Here]
My scenario is like this User A has sent a document to User B, with APIKey ABC I have saved the document Key, User B signed the document, then I am checking the status with the same APIkey ABC and documentkey which I have saved. Can someone help me in this issue :(

推荐答案

您好,您的问题得到了答案吗?
Hi did you get an answer to your question?


这篇关于从Adobe Echo Sign获取文档状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆