Adding a proxy

William.Tse at ic.gc.ca William.Tse at ic.gc.ca
Wed Nov 12 10:33:13 EST 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081112/9fc97771/attachment.html>


More information about the Python-list mailing list