Questions tagged [echosign]

Questions about the API provided by Adobe Sign

Adobe Sign (formerly Adobe Document Cloud eSign services) APIs allow developers to build applications that integrate with Adobe Sign. You can use APIs from Adobe Sign to create custom applications for your teams, partners and customers. 40% of agreements in Adobe Sign are created using APIs.

For developer resources including API documentation and samples, please visit the Adobe Sign Developer Center. You can also post your Adobe Sign specific queries on the Developer Forum.

76 questions
8
votes
1 answer

Error Value of type 'String' cannot be converted to 'secure.echosign.com.ArrayOfString'

I am using Adobe EchoSign web service to create a SendDocument function in vb.net. I tried the solution in this post Using EchoSign API in VB.net but no luck. I am getting an error Value of type 'String' cannot be converted to …
user3929962
  • 517
  • 3
  • 6
  • 23
6
votes
3 answers

Getting Adobe Sign access token for server-to-server authentication

I'm currently trying to build a back-end system, i.e. no user interface which should send documents out for signature using Echosign. The page for configuring the Oath token requires a redirect URL, but obviously my application doesn't have a UI and…
Greg Fullard
  • 165
  • 2
  • 12
5
votes
1 answer

command line c# code works, but winforms code does not

I am working on a Adobe Echosign demo C# winforms application. My code is a direct copy of their command line code (with modifications), however, my code returns an error after it transmits the data. This is the command line code from EchoSign…
user3929962
  • 517
  • 3
  • 6
  • 23
4
votes
1 answer

With adobe echosign, can a library document be used as a template?

According to the Create Library Document section of their API: createLibraryDocument is used to create a document in a user's document library. The library can be used to send the same document for signature multiple times, either through the…
NibblyPig
  • 46,891
  • 62
  • 180
  • 311
4
votes
0 answers

Get complexTypes or parameters from WSDL file

How to get complex types from WSDL file programatically? I have to get complex types from Adobe echo sign. https://secure.echosign.com/services/EchoSignDocumentService19?wsdl There are already some questions on this topic but none has useful answer.…
Vikas Gupta
  • 9,355
  • 4
  • 25
  • 37
4
votes
3 answers

How set the location of Signature placeholder in adobe echosign document

I am implementing echosign api on a website. I have downloaded the php script from https://github.com/craigballinger/echosign-api-php I want embedded widget for my website. I have implemented this widget. Now in my case we generate the document…
user1109194
  • 41
  • 1
  • 4
3
votes
2 answers

Adobe sign API - create a widget with pre-filling details

I'm trying to implement the functionality, where users need to sign documents within the application process instead of sending a document to user for eSignature. I used Adobe Sign API(using trail account) to achieve this and was able to create a…
ramganesh
  • 538
  • 6
  • 26
3
votes
3 answers

Adobe Sign access token invalid_request

I'm having trouble with Adobe Sign's OAuth authentication -- every time I try to get my access token with my Client ID and redirect URI, I get this message: Unable to authorize access because the client configuration is invalid:…
3
votes
2 answers

Can not upload Transient Document to Adobe Sign in C#

I'm trying to upload a transient document file to Adobe Sign in C#, and it has driven me to my wits end trying to get it to work. I've even contacted Adobe, and even they don't know how to do it. My code is as follows: if…
3
votes
1 answer

Adobe echosign , Sending a Document and retriving it's status

I have Researched Too much before i asked here , i know adobe has a fantastic api , but it could't help me in this . I am trying to make a php application whic will : 1.Fill Pdf Form with data i already have from a form in my website 2.Send it to…
a4w
  • 557
  • 5
  • 17
3
votes
5 answers

Looking to integrate echosign or docusign with our zoho crm

I am looking to integrate echosign or docusign with our zoho crm. So that the information that is put into the contract is transfered into our crm. We currently use Zoho CRM is there anyone that knows if this is possible? If so where could i find…
2
votes
1 answer

Can I embed a UI for placement of signature fields with Adobe/EchoSign API?

The DocuSign API has a feature called "Embedded Sending", whereby you embed a DocuSign page in your app that allows the user to interactively place signature fields on the document to be signed, using a drag and drop…
Mike
  • 310
  • 3
  • 10
2
votes
2 answers

Adobe Sign (echo sign) API sending document using C#

Okay I have limited understanding of working with API's Im trying to get to grips with Adobe Sign API and hit a dead end, on there test page i have enterd this and it works But i have no idea on how then do that in C# I have tried the following,…
Ashley Kilgour
  • 881
  • 1
  • 10
  • 25
2
votes
2 answers

Is there a way to get 'access token' of adobe echo sign rest api v5 via email and password?

I want api access token via my echo sign account's login credential, and I don't want to redirect to echo sign login page for authorization. Is it possible to get the api access token without redirecting to echo sign login page? Note: In echo sign…
Mayank Saraf
  • 23
  • 1
  • 3
2
votes
0 answers

echosign asking for password to enter to view the pdf generated by api /combinedDocument

Guys i have been working on echosign.I have managed to signed the document from the given api but couldn't view the document.It always ask for password to enter.i have even body content SecurityOption: passwordProtection: 'NONE' …
bikram basnet
  • 139
  • 3
  • 8
1
2 3 4 5 6