I don't know of any specific examples, so it looks to be a SOAP web service.

<cfscript>
echosignWs = 
CreateObject('webservice','https://secure.echosign.com/services/EchoSignDocumentService15?wsdl');
docResult=echosignWs.createLibraryDocument(apiKey=myApiKey,libraryDocumentCreationInfo=myDocInfo);
…..
</cfscript>

You instantiate the service, and then call various methods on the API according 
to the docs at 
https://secure.echosign.com/public/docs/EchoSignDocumentService15. The most 
tedious part is creating the various input arguments, which often come from 
other methods. 


Billy Cravens
bdcrav...@gmail.com



On Apr 19, 2013, at 7:38 AM, Stephen Hait <sh...@mindspring.com> wrote:

> 
> Do you know of any examples using Coldfusion to connect with Echosign's
> API? We are exploring moving from Docusign to Echosign for online document
> signing. We generate PDF documents on a website that site visitors then
> sign at Docusign. We transmit the PDF to be  signed to Docusign and the
> users are notified how to sign it electronically there. If anyone is doing
> something similar with Echosign, I'm looking for CF examples that do this.
> 
> Thanks in advance for any help or suggestions,
> Stephen Hait
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to