Skip to content

Instantly share code, notes, and snippets.

View tts's full-sized avatar

Tuija Sonkkila tts

View GitHub Profile
@tts
tts / wos.py
Last active December 28, 2015 05:29 — forked from domoritz/wos.php
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# tts: The WSDL URLs have changed, and some minor changes in qparams and rparams
from suds.client import Client
from suds.transport.http import HttpTransport
import urllib2
class HTTPSudsPreprocessor(urllib2.BaseHandler):