import SOAPpy from SOAPpy import WSDL wsdl = 'http://www.webservicex.net/globalweather.asmx?wsdl' proxy = SOAPpy.WSDL.Proxy(wsdl) result = proxy.GetWeather(CountryName="Brazil") print "Result from WS %s" % result print result