0

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 APIKey, string dockey)
{
    return ES.getDocumentInfo(APIKey , dockey);
}

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 :(

4

0 回答 0