On 2010-01-06 20:02, Fencer wrote:
On 2010-01-06 19:33, Fencer wrote:
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
Same problem with reactome:
http://www.reactome.org:8080/caBIOWebApp/services/caBIOService?wsdl
I suppose I'm mis-using suds, maybe some setting that wasn't needed for
my simple web service but is needed for kegg and reactome.
- Fencer
Seems to be a known problem regarding suds. :( A work-around was
suggested to remove some cache files but that didn't solve it for me.
Appreciate other ideas!
- Fencer
--
http://mail.python.org/mailman/listinfo/python-list