zsi Questions
0
I want to implement a SOAP web server using python ZSI library. I tried solution described here, but I get exception while using wsdl2dispatch command as described in page 6 of the book:
wsdl2disp...
1
Solved
I have a problem where my xml-da client that is using zsi 2.2.2 library generating messages that look like soap 1.2 messages because I can see this line.
xmlns:soapenv="http://www.w3.org/2003/05/s...
Gnni asked 20/10, 2014 at 12:7
2
I started using suds for soap clients and will never touch ZSI again.
I know suds is meant for the client side, but I would love to use it to make also the server site, in order to get rid of ZSI....
1
Solved
Possible Duplicate:
What does ** (double star) and * (star) do for python parameters?
I am reading some code that been generated by ZSI for python. There is a line like this
def ver...
3
Solved
First of all, I will admit I am a novice to web services, although I'm familiar with HTML and basic web stuff. I created a quick-and-dirty web service using Python that calls a stored procedure in ...
1
Solved
i have looked at examples :
http://pywebsvcs.svn.sourceforge.net/viewvc/pywebsvcs/trunk/wstools/
http://pywebsvcs.sourceforge.net/cookbook.pdf
and googled, but could not find a single usa...
1
Solved
Are there any publicly available SOAP 1.2/WSDL 2.0 compliant free web services for testing a Python based soap client library (e.g. Zolera SOAP Infrastructure)?
So far, it appears to me tha...
Ramer asked 22/11, 2008 at 19:6
1
© 2022 - 2024 — McMap. All rights reserved.