Skip to content

Instantly share code, notes, and snippets.

@danudey
Created July 21, 2009 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danudey/151046 to your computer and use it in GitHub Desktop.
Save danudey/151046 to your computer and use it in GitHub Desktop.
Crasher on Snow Leopard
#!/usr/bin/env python
from SOAPpy import WSDL
WSDLFILE = 'http://www.xmethods.net/sd/2001/TemperatureService.wsdl'
class wsdl(object):
def __init__(self,apikey):
self._server = WSDL.Proxy(WSDLFILE)
f = wsdl("blah blah blah")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment