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
0
votes
1 answer

Trying to pass value into index of my Object gives an Error "System.NullReferenceException: Object reference not set to an instance of an object."

I am trying to pass a value in Index of my object, it gives me an error. System.NullReferenceException: Object reference not set to an instance of an object. I am creating the following object with index : RecipientInfo[] RI = new…
0
votes
1 answer

PHP Curl to echosign api outputting raw data

This is my code
Varun Sheth
  • 146
  • 1
  • 12
0
votes
0 answers

EchoSign - Call Back Info Solution

I integrated the EchoSign API in the website using PHP and i got stucked with the callback information. I am creating a widget and displaying to the user and i want after the user click the button and document is signed i need to return the result…
aaa
  • 330
  • 1
  • 5
  • 24
0
votes
1 answer

Prevent fields from being edited with echosign-api-php

I have a form that i use to fill out information and then use the echosign-api-php to send it. It sends fine and everything works perfect. What i am trying to figure out though, is the fields that get populated by the form for some reason are still…
Brad Hazelnut
  • 1,433
  • 5
  • 20
  • 33
0
votes
2 answers

Text tags with embedded widget supporting multiple signers

We have Echosign global account. we are trying to support multiple signature in our embbedded widget, but we have the limitation that we don't know email-id of the multiple signer at the time when widget is created. Text-tags maps the signers with…
0
votes
1 answer

issue prepopulating PDF using savon with Echosign API

I'm using savonrb as a SOAP client to make an api request to echosign to generate a widget. Seems that savon overwrites my mergeField's with only the value of the last one rather than passing them in as an array. params that I'm using to make the…
Mike
  • 463
  • 3
  • 8
  • 22
0
votes
1 answer

Get e-sign from echosign widget

I have added echosign widget in my site. I want to save the e-sign in my database. How can i do this? As this is a widget it only contains on iframe. that's why i can't find anything to try it. I want to save the e-sign when a user will click on…
Bik
  • 545
  • 10
  • 30
0
votes
1 answer

How to create url-widget for a document with extra form fields programmatically with Echosign?

I have an application where I upload a PDF to echosign using its SOAP API. I wanted to know, How to add form fields at desired positions on the pdf programmatically.
Amogh Talpallikar
  • 11,754
  • 12
  • 71
  • 131
0
votes
1 answer

NetSuite Echosign Customization

I'm new to Netsuite and Adobe EchoSign and coming from .NET background. My Client is a NetSuite cloud Customer and using Adobe Echosign App inside their forms. Now, they want to change the behavior of Echosign. i.e., when the user clicks the 'Send…
manu97
  • 6,511
  • 1
  • 14
  • 20
0
votes
3 answers

SOAP Response Error: INvalid API key

API Response for the send_document call for the Echosign. HTTPI POST request to secure.echosign.com (net_http) SOAP response (status 500) soap:Server Invalid API Key: API…
abcd_win
  • 107
  • 5
0
votes
1 answer

EchoSign Embedd Widget with multiple signers

I want to embedd a widget in my application and be able to add 2 signers(recepients) to it without the sender required to sign the document. The EchoSign docuemtation says that "In the case of a reusable document that needs to be signed by multiple…
Arif
  • 193
  • 1
  • 1
  • 8
0
votes
2 answers

Ruby on Rails Adobe EchoSign SOAP Request

I am trying to use Ruby on Rails to create a SOAP request to the EchoSign API but I am getting an error saying one of the fields is blank: {http://dto14.api.echosign}RecipientRole: cannot accept '' This is the code I am using: require…
martincarlin87
  • 9,630
  • 22
  • 92
  • 143
0
votes
1 answer

Regular expression for Less or more than 9 digits Repeating digits for first 5 or all 9 digits and only number?

I have this "^(?!(11111|22222|33333|44444|55555|66666|77777|88888|99999|00000))([0-9]\d{8})" regular expression in c# code and javascript works fine but in text tag of adobe echosign doesnt works anyone have anotherway to work on texttag of…
FernandoXD
  • 9
  • 1
  • 6
0
votes
1 answer

What is the specific structure of variables for submitting a document to EchoSign using ColdFusion?

I have been working on this for several days now and cannot figure it out. I am trying to create the data structure necessary to send a WSDL webservice request to EchoSign using ColdFusion. I have no problem with sending simple structures (testPing…
0
votes
1 answer

Adobe Echo Sign Sending PDF file

I am working on Adobe Echo sign,I have downloaded the sample code from their website, I am using this sample code for sendingdocument, it has some code missing in sendDocument method so I have changed it. It's giving SoapHeader Exception,with…
Syed Salman Raza Zaidi
  • 2,092
  • 9
  • 37
  • 84