SOAP : ZSI error

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Sep 3 20:17:00 EDT 2007


En Mon, 03 Sep 2007 06:43:27 -0300, linuxprog <linuxprog at gmail.com>  
escribi�:

> 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

Just a guess based on the error message, try using:

IDutchservice_services.IDutchbindingSOAP("http://www.ebob42.com/cgi-bin/...)


-- 
Gabriel Genellina




More information about the Python-list mailing list