En Mon, 03 Sep 2007 06:43:27 -0300, linuxprog <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list