- ZWiki and FitTests (was Richards bench benchmark)
I see that you use ZWiki; I started using it few days ago and I like it. My question: did you succeed in getting the testing framework (http://www.zwiki.org/FitTests) to work?It seems it is very new and it does not work out of the box,at least for me. Alternatively, which Web-based test framework...
- ZSI Web Service Call
Hi There,I'm looking for an example of a simple SOAP web service call using theZolera SOAP Infrastructure library. The web service I am trying tocall contains a method that is supposed to accept a string as aparameter and output it to a file.I have tried the following and I am able to creat...
- ZSI usage
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 functionopen_session has the "QW/API" namespace. SO I do the following:from ZSI.client import Bindingfp = open('debug.out', 'a'...
- ZSI usage
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 functionopen_session has the "QW/API" namespace. SO I do the following:from ZSI.client import Bindingfp = open('debug.out', 'a'...
- ZSI SOAP/WSDL Question
I'm trying to access a SOAP web-service using the latest ZSI, I have theServiceDescription and feeding it to a ZSI.ServiceProxy class.service = ZSI.ServiceProxy('http://xxxx.xxx.xx.x/app/app.asmx?WSDL')The problem is that the soapaction parameter is not set corectly in the SOAPreq...
- ZSI sample and issues with the WSDL
First two appologies, this is probably not a Python question, moreSOAP. And second, there is every possibilty I am terminally having looked at this for two days now.What I want is to create a Python SOAP server. I am using the samplewhich comes with ZSI, namely the Echo.wsdl and associated files...