SOAP : ZSI error

L

linuxprog

hello i need some help with ZSI module
i want to use the web service located here
www.ebob42.com/cgi-bin/NumberToWordsInDutch.exe/soap/IDutch
the wsdl file :
http://www.ebob42.com/cgi-bin/NumberToWordsInDutch.exe/wsdl/IDutch
that web service is very simple , the function NumToStr converts numbers
to dutch words (description
http://www.xmethods.net/ve2/ViewListing.po?key=uuid:01EF9AE1-6DD3-7317-AFA5-05A8A52FCD56)

i have generated IDutchservice_services with wsdl2py
here is my code :

import IDutchservice_services
soap =
IDutchservice_services.IDutchbindingSOAP("www.ebob42.com/cgi-bin/NumberToWordsInDutch.exe/soap/IDutch")
ok = IDutchservice_services.NumToStr0Request()
ok.Num=5
print soap.NumToStr(ok)

that prints an error RuntimeError: must specify transport or url
startswith https/http

what's wrong in my script ? thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top