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
--
http://mail.python.org/mailman/listinfo/python-list