suds problem

F

Fencer

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
 
F

Fencer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top