2 Aug 2005 11:38:51 GMT, Lutz Horn <[EMAIL PROTECTED]>: > 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.
Yes, you can actually call it that way, but then the wsdl retrieval is done using the authentication, but all the service calls are done without. This is something, that is also puzzling me. So far I can perfectly live with SOAPProxy, but it would be nice to solve this puzzle. Best regards, Oliver -- Oliver Andrich <[EMAIL PROTECTED]> --- http://fitheach.de/ -- http://mail.python.org/mailman/listinfo/python-list