suds problem

Fencer no.i.dont at want.mail.from.spammers.com
Wed Jan 6 13:33:15 EST 2010


Hello, I just started using suds to use web services. First I tried suds 
with a very simple web service I had written and was running myself. 
That worked fine. Then I tried to use the web services provided by KEGG:
http://soap.genome.jp/KEGG.wsdl
But I get a SAXParseException due to a supposed mis-matched tag when I 
try to consume that wsdl with suds. I checked the wsdl in oxygene and it 
claims it's valid. What is the problem here? My test program is below 
and it's very simple:
from suds.client import Client

url = 'http://soap.genome.jp/KEGG.wsdl'

client = Client(url)

print client

- Fencer



More information about the Python-list mailing list