-
In TC.AnyType.serialize() method, sometimes kw also contains 'name' key, resulting 'name' argument used twice in what.serialize() call.
This bug was found in version 2.0, but this area of code has not changed, so following patch applies to svn trunk, see proposed patch in attachment.
Here is the email thread discussing this issue...
2009-11-08 22:14:49 UTC by yiping4698
-
Just starting with python web services. python 2.6 and just downloaded an installed zsi now.
Trying the simplest examples from here:
http://pywebsvcs.sourceforge.net/zsi.html
I'm using IIS 7.5 with Windows Server 2008. Maybe not a great idea but that's what I have most readily available.
Have turned CGI for IIS 7.5 (doesn't come turned on by default).
Try to run the...
2009-11-05 20:08:22 UTC by patfla
-
Hi,
I'm inside my companies network which is behind proxy firewall without password. I'm trying to connect to my web service which is outside this firewall. However, the connection times out.
Can you tell me how to pass proxy URL & proxy port through client code in python using ZSI?
Somehow I felt that ZSI does not support proxy firewall at all, is it true?
Thanks!
2009-11-03 00:04:44 UTC by freephoneid
-
The project page links to APIs and documentation for SOAPpy and ZSI are broken.
2009-09-29 14:18:23 UTC by landreville
-
Hello all.
I'm trying to use SOAPpy to create a python web service for my program.
(using last released of SOAPpy)
OS : Gentoo (Linux)
my server files are all located in /opt/program/ directory
my server.py file create the object needed to launch the web service and finished with :
...
test = program()
print "<activation Soap>"...
2009-09-17 00:39:52 UTC by laryb
-
Hi experts,
trying to call a SAP R/3 Web service i found the following error:
File "ws.py", line 7, in
server = WSDL.Proxy(wsdlFile)
File "/Library/Python/2.5/site-packages/SOAPpy/WSDL.py", line 73, in __init__
service = self.wsdl.services[0]
File "/Library/Python/2.5/site-packages/SOAPpy/wstools/Utility.py", line 1138, in __getitem__
return self.list[key]...
2009-09-14 04:32:20 UTC by cfelce
-
Hi,
I'm using latest ZSI 2.1-a1.tar.gz on Debian OS. I've downloaded Python 2.6.2 However, when I run my client program, it gives below error:
File "/usr/local/lib/python2.6/site-packages/ZSI/__init__.py", line 152, in <module>
from ZSI.wstools.Namespaces import ZSI_SCHEMA_URI
File "/usr/local/lib/python2.6/site-packages/ZSI/wstools/__init__.py", line...
2009-08-28 21:56:08 UTC by freephoneid
-
boverhof committed revision 1495 to the Web Services for Python SVN repository, changing 4 files.
2009-08-24 23:40:21 UTC by boverhof
-
boverhof committed revision 1494 to the Web Services for Python SVN repository, changing 4 files.
2009-08-24 21:55:45 UTC by boverhof
-
I can't figure out how to upload a file, so here is the response and trace:
2009-08-22 18:37:12 UTC by cpope