Skip to content

Instantly share code, notes, and snippets.

View aldarund's full-sized avatar
🎯
Focusing

Dmitry Molotkov aldarund

🎯
Focusing
View GitHub Profile
@aldarund
aldarund / gist:5585260
Last active December 17, 2015 09:09
echosign python embded widget
import base64
import suds
import logging
logging.basicConfig(level=logging.INFO)
logging.getLogger('suds.client').setLevel(logging.DEBUG)
url = "https://secure.echosign.com/services/EchoSignDocumentService15?wsdl"
client = suds.client.Client(url, autoblend=True)