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 [...]
The post Getting DocumentStatus with Adobe Echo Sign API appeared first on BlogoSfera.