Re: ZSI usage

2006-05-04 Thread Maxim Sloyko
There is a typo there in functions name. It is called session_open not open_session, but everything else is as described -- http://mail.python.org/mailman/listinfo/python-list

ZSI usage

2006-05-04 Thread Maxim Sloyko
Hi all! I'm trying to make a simple SOAP call from python to SOAP::Lite (perl) SOAP server. My SOAP server has https://myserv.com/open-api URI, the function open_session has the QW/API namespace. SO I do the following: from ZSI.client import Binding fp = open('debug.out', 'a') client =