Hello, How do I add a proxy to an http request in Python ?
These are the first few lines of my code : import xml import fpconst import SOAPpy from SOAPpy import WSDL wsdlFile = 'http://xxxx..com/webService.wsdl' server = WSDL.Proxy(wsdlFile) I have the IP that I'm suppose to use, but I don't know how to incorporate it. Thanks, WM
-- http://mail.python.org/mailman/listinfo/python-list