On 2005-08-02, Odd-R. <[EMAIL PROTECTED]> wrote:
> from SOAPpy import WSDL
> from SOAPpy import URLopener
> url= ' http://someserver/somewebservice
> url1 = URLopener.URLopener(username='user',passwd='pass')
> server=WSDL.Proxy(url1.open(url))

Is it possible to call WSDL.Proxy with a String? Then you could build
the URL als http://user:[EMAIL PROTECTED]/somewebservice. This works
with SOAPpy.SOAPProxy.

Lutz
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to