docusign / docusign-soap-sdk

Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
http://docusign.com/devcenter
MIT License
89 stars 122 forks source link

Signed Document not Downloading #49

Closed Ajita24 closed 3 years ago

Ajita24 commented 9 years ago

I have downloaded DocuSign-eSignature MS.Net sample from https://github.com/docusign/DocuSign-eSignature-SDK

The code runs correctly and gets the documents signed from the recipients.However when we try to download the signed document by clicking Download button available under GetStatusAndDocs section then code mentioned below throws error,

This demo has encountered an error: Timeouts are not supported on this stream. Please correct the issue and try again.

DocuSignAPI.EnvelopePDF pdf = client.RequestPDF(id) ;

This error is encountered only when the document is a pdf file.Works fine in case of text files.

LarryKlugerDS commented 3 years ago

This software is deprecated. Developers who wish to develop with SOAP should generate their own stubs using the wdsl. Thank you.