suds problem

Fencer no.i.dont at want.mail.from.spammers.com
Wed Jan 6 14:02:58 EST 2010


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



More information about the Python-list mailing list