[Rslib-talk] Basic auth, location, and WSDL questions
Status: Alpha
Brought to you by:
gweis
From: Matt C <mca...@gm...> - 2009-02-08 20:42:43
|
Thanks for writing the package - it looks very good and it's encouraging to see some life in the Python SOAP world. I've got a few questions (hopefully these will help the documentation effort at some point): 1) Does anyone have an example of a call with HTTP basic auth? The project I am working on requires it. 2) Is there a way for me to load a WSDL from disk as opposed to calling it remotely? We plan to have a bunch of WSDLs in a local directory that you can load and point to various remote systems which all support the same methods. 3) From what I can see it looks like rsl pulls the end point information from the WSDL. I'd like to be able to set the hostname of a remote service when I instantiate a proxy object (similar to ZSI's ServiceProxy class). I've tried setting the location attribute after building the proxy but this doesn't seem to work. 4) Are there any plans to generate classes from WSDLs? Many thanks! Matt |